Subversion Repositories slepc-dev

Rev

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

Rev Author Line No. Line
6 dsic.upv.es!jroman 1
#if !defined(__SLEPCVERSION_H)
2
#define __SLEPCVERSION_H
3
 
4
/* ========================================================================== */
5
/*
6
   Current SLEPC version number and release date
7
*/
1000 slepc 8
#define SLEPC_VERSION_NUMBER "SLEPc Version 2.3.0-1, Released Nov 11, 2005"
6 dsic.upv.es!jroman 9
#define SLEPC_VERSION_MAJOR    2
955 dsic.upv.es!jroman 10
#define SLEPC_VERSION_MINOR    3
11
#define SLEPC_VERSION_SUBMINOR 0
1000 slepc 12
#define SLEPC_VERSION_PATCH    2
13
#define SLEPC_VERSION_DATE     "Nov 11, 2005"
6 dsic.upv.es!jroman 14
#define SLEPC_AUTHOR_INFO      "The SLEPc Team\n\
15
Bug reports, questions: slepc-maint@grycap.upv.es\n\
16
Web page: http://www.grycap.upv.es/slepc\n"
17
#endif