1*b13c3a60SBarry Smith /* $Id: petscversion.h,v 1.21 2000/03/27 16:27:49 balay Exp bsmith $ */ 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 92dc2db69SSatish Balay docs/tex/manual/developers.tex, 1015352395SSatish Balay docs/tex/manual/intro.tex, 11cafa780aSBarry Smith docs/tex/manual/manual.tex and 12cafa780aSBarry Smith docs/tex/manual/manual_tex.tex. 13cafa780aSBarry Smith */ 14ae52fc16SSatish Balay #define PETSC_VERSION_NUMBER "PETSc Version 2.0.28, Released March 27, 2000" 15cafa780aSBarry Smith 16cafa780aSBarry Smith #define PETSC_VERSION_MAJOR 2 17cafa780aSBarry Smith #define PETSC_VERSION_MINOR 0 18ae52fc16SSatish Balay #define PETSC_VERSION_SUBMINOR 28 195f34bc91SSatish Balay #define PETSC_PATCH_LEVEL 0 20ae52fc16SSatish Balay #define PETSC_VERSION_DATE "March 27, 1999" 21*b13c3a60SBarry Smith #define PETSC_AUTHOR_INFO "\ 22*b13c3a60SBarry Smith The PETSc Team\ 23*b13c3a60SBarry Smith petsc-maint@mcs.anl.gov\n\ 24*b13c3a60SBarry Smith http://www.mcs.anl.gov/petsc/\n" 25cafa780aSBarry Smith 26cafa780aSBarry Smith #endif 27