Actual source code: slepcversion.h
1: /*
2: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
3: SLEPc - Scalable Library for Eigenvalue Problem Computations
4: Copyright (c) 2002-2007, Universidad Politecnica de Valencia, Spain
6: This file is part of SLEPc. See the README file for conditions of use
7: and additional information.
8: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
9: */
14: /* ========================================================================== */
15: /*
16: Current SLEPC version number and release date
17: */
18: #define SLEPC_VERSION_RELEASE 1
19: #define SLEPC_VERSION_MAJOR 2
20: #define SLEPC_VERSION_MINOR 3
21: #define SLEPC_VERSION_SUBMINOR 3
22: #define SLEPC_VERSION_PATCH 0
23: #define SLEPC_VERSION_DATE "June 1, 2007"
24: #define SLEPC_VERSION_PATCH_DATE "June 1, 2007"
25: #define SLEPC_AUTHOR_INFO " The SLEPc Team\n\
26: slepc-maint@grycap.upv.es\n\
27: http://www.grycap.upv.es/slepc\n"
28: #endif