| /* |
| Current SLEPC version number and release date |
| */ |
| #define SLEPC_VERSION_NUMBER "SLEPc Version 2.3.0-1, Released Oct 6, 2005" |
| #define SLEPC_VERSION_NUMBER "SLEPc Version 2.3.0-1, Released Nov 11, 2005" |
| #define SLEPC_VERSION_MAJOR 2 |
| #define SLEPC_VERSION_MINOR 3 |
| #define SLEPC_VERSION_SUBMINOR 0 |
| #define SLEPC_VERSION_PATCH 1 |
| #define SLEPC_VERSION_DATE "Oct 6, 2005" |
| #define SLEPC_VERSION_PATCH 2 |
| #define SLEPC_VERSION_DATE "Nov 11, 2005" |
| #define SLEPC_AUTHOR_INFO "The SLEPc Team\n\ |
| Bug reports, questions: slepc-maint@grycap.upv.es\n\ |
| Web page: http://www.grycap.upv.es/slepc\n" |