1*5f34bc91SSatish Balay /* $Id: petscversion.h,v 1.14 1999/05/07 04:06:34 balay 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 8cafa780aSBarry Smith docs/changes.html 9cafa780aSBarry Smith docs/tex/manual/manual.tex and 10cafa780aSBarry Smith docs/tex/manual/manual_tex.tex. 11cafa780aSBarry Smith */ 12*5f34bc91SSatish Balay #define PETSC_VERSION_NUMBER "PETSc Version 2.0.25, Released June 14, 1999" 13cafa780aSBarry Smith 14cafa780aSBarry Smith #define PETSC_VERSION_MAJOR 2 15cafa780aSBarry Smith #define PETSC_VERSION_MINOR 0 16*5f34bc91SSatish Balay #define PETSC_VERSION_SUBMINOR 25 17*5f34bc91SSatish Balay #define PETSC_PATCH_LEVEL 0 18*5f34bc91SSatish Balay #define PETSC_VERSION_DATE "June 14, 1999" 19cafa780aSBarry Smith #define PETSC_AUTHOR_INFO "The PETSc Team:\ 20cafa780aSBarry Smith Satish Balay, Bill Gropp, Lois Curfman McInnes, Barry Smith\n\ 21cafa780aSBarry Smith Bug reports, questions: petsc-maint@mcs.anl.gov\n\ 22cafa780aSBarry Smith Web page: http://www.mcs.anl.gov/petsc/\n" 23cafa780aSBarry Smith 24cafa780aSBarry Smith #endif 25