Actual source code: slepcversion.h
4: /* ========================================================================== */
5: /*
6: Current SLEPC version number and release date
7: */
8: #define SLEPC_VERSION_RELEASE 1
9: #define SLEPC_VERSION_MAJOR 2
10: #define SLEPC_VERSION_MINOR 3
11: #define SLEPC_VERSION_SUBMINOR 2
12: #define SLEPC_VERSION_PATCH 0
13: #define SLEPC_VERSION_DATE "October 2, 2006"
14: #define SLEPC_VERSION_PATCH_DATE "October 2, 2006"
15: #define SLEPC_AUTHOR_INFO " The SLEPc Team\n\
16: slepc-maint@grycap.upv.es\n\
17: http://www.grycap.upv.es/slepc\n"
18: #endif