Subversion Repositories slepc-dev

Rev

Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1376 slepc 1
/*
2
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
3
      SLEPc - Scalable Library for Eigenvalue Problem Computations
4
      Copyright (c) 2002-2007, Universidad Politecnica de Valencia, Spain
5
 
6
      This file is part of SLEPc. See the README file for conditions of use
7
      and additional information.
8
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
9
*/
10
 
6 dsic.upv.es!jroman 11
#if !defined(__SLEPCVERSION_H)
12
#define __SLEPCVERSION_H
13
 
14
/* ========================================================================== */
15
/*
16
   Current SLEPC version number and release date
17
*/
1398 slepc 18
#define SLEPC_VERSION_RELEASE    1
1077 slepc 19
#define SLEPC_VERSION_MAJOR      2
20
#define SLEPC_VERSION_MINOR      3
1398 slepc 21
#define SLEPC_VERSION_SUBMINOR   3
1419 slepc 22
#define SLEPC_VERSION_PATCH      2
1398 slepc 23
#define SLEPC_VERSION_DATE       "June 1, 2007"
1419 slepc 24
#define SLEPC_VERSION_PATCH_DATE "October 1, 2007"
1077 slepc 25
#define SLEPC_AUTHOR_INFO        "        The SLEPc Team\n\
26
   slepc-maint@grycap.upv.es\n\
27
 http://www.grycap.upv.es/slepc\n"
6 dsic.upv.es!jroman 28
#endif