Subversion Repositories slepc-dev

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#if !defined(__SLEPCVERSION_H)
#define __SLEPCVERSION_H

/* ========================================================================== */
/*
   Current SLEPC version number and release date
*/

#define SLEPC_VERSION_NUMBER "SLEPc Version 2.1.5-3, Released Sep 25, 2003"
#define SLEPC_VERSION_MAJOR    2
#define SLEPC_VERSION_MINOR    1
#define SLEPC_VERSION_SUBMINOR 5
#define SLEPC_VERSION_PATCH    3
#define SLEPC_VERSION_DATE     "Sep 25, 2003"
#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"

#endif