1*4d101231SSatish Balay /* $Id: petscversion.h,v 1.24 2001/04/04 20:02:35 bsmith Exp balay $ */ 2f36adab2SBarry Smith #if !defined(__PETSCVERSION_H) 3f36adab2SBarry Smith #define __PETSCVERSION_H 4cafa780aSBarry Smith 5cafa780aSBarry Smith /* ========================================================================== */ 6cafa780aSBarry Smith /* 7cafa780aSBarry Smith Current PETSc version number and release date, also listed in 84d44c3d4SBarry Smith Web page 915352395SSatish Balay docs/tex/manual/intro.tex, 10*4d101231SSatish Balay docs/tex/manual/manual.tex. 11cafa780aSBarry Smith */ 12*4d101231SSatish Balay #define PETSC_VERSION_NUMBER "PETSc Version 2.1.0, Released April 11, 2001" 13cafa780aSBarry Smith 14cafa780aSBarry Smith #define PETSC_VERSION_MAJOR 2 154839acb0SBarry Smith #define PETSC_VERSION_MINOR 1 164839acb0SBarry Smith #define PETSC_VERSION_SUBMINOR 0 175f34bc91SSatish Balay #define PETSC_PATCH_LEVEL 0 18*4d101231SSatish Balay #define PETSC_VERSION_DATE "April 11, 2001" 19b13c3a60SBarry Smith #define PETSC_AUTHOR_INFO "\ 20b13c3a60SBarry Smith The PETSc Team\ 21b13c3a60SBarry Smith petsc-maint@mcs.anl.gov\n\ 22b13c3a60SBarry Smith http://www.mcs.anl.gov/petsc/\n" 23cafa780aSBarry Smith 24cafa780aSBarry Smith #endif 25