| Line 1... |
Line 1... |
#if !defined(__SLEPCVERSION_H)
|
#if !defined(__SLEPCVERSION_H)
|
#define __SLEPCVERSION_H
|
#define __SLEPCVERSION_H
|
|
|
#define SLEPC_VERSION_RELEASE 0
|
#define SLEPC_VERSION_RELEASE 0
|
#define SLEPC_VERSION_MAJOR 3
|
#define SLEPC_VERSION_MAJOR 3
|
#define SLEPC_VERSION_MINOR 1
|
#define SLEPC_VERSION_MINOR 2
|
#define SLEPC_VERSION_SUBMINOR 0
|
#define SLEPC_VERSION_SUBMINOR 0
|
#define SLEPC_VERSION_PATCH 0
|
#define SLEPC_VERSION_PATCH 0
|
#define SLEPC_VERSION_DATE "August 4, 2010"
|
#define SLEPC_VERSION_DATE "October 28, 2011"
|
#define SLEPC_VERSION_PATCH_DATE "unknown"
|
#define SLEPC_VERSION_PATCH_DATE "unknown"
|
|
|
#if !defined (SLEPC_VERSION_SVN)
|
#if !defined (SLEPC_VERSION_SVN)
|
#define SLEPC_VERSION_SVN "unknown"
|
#define SLEPC_VERSION_SVN "unknown"
|
#endif
|
#endif
|