xref: /petsc/include/petscversion.h (revision 2dc2db693c8611f0c16b442012a85e4f79048e1b)
1*2dc2db69SSatish Balay /* $Id: petscversion.h,v 1.19 2000/03/26 14:35:22 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
84d44c3d4SBarry Smith     Web page
9*2dc2db69SSatish Balay     docs/tex/manual/developers.tex,
10cafa780aSBarry Smith     docs/tex/manual/manual.tex and
11cafa780aSBarry Smith     docs/tex/manual/manual_tex.tex.
12cafa780aSBarry Smith */
13ae52fc16SSatish Balay #define PETSC_VERSION_NUMBER "PETSc Version 2.0.28, Released March 27, 2000"
14cafa780aSBarry Smith 
15cafa780aSBarry Smith #define PETSC_VERSION_MAJOR    2
16cafa780aSBarry Smith #define PETSC_VERSION_MINOR    0
17ae52fc16SSatish Balay #define PETSC_VERSION_SUBMINOR 28
185f34bc91SSatish Balay #define PETSC_PATCH_LEVEL      0
19ae52fc16SSatish Balay #define PETSC_VERSION_DATE     "March 27, 1999"
20cafa780aSBarry Smith #define PETSC_AUTHOR_INFO      "The PETSc Team:\
21cafa780aSBarry Smith  Satish Balay, Bill Gropp, Lois Curfman McInnes, Barry Smith\n\
22cafa780aSBarry Smith  Bug reports, questions: petsc-maint@mcs.anl.gov\n\
23cafa780aSBarry Smith  Web page: http://www.mcs.anl.gov/petsc/\n"
24cafa780aSBarry Smith 
25cafa780aSBarry Smith #endif
26