xref: /petsc/include/petscversion.h (revision 2dc2db693c8611f0c16b442012a85e4f79048e1b)
1 /* $Id: petscversion.h,v 1.19 2000/03/26 14:35:22 balay Exp balay $ */
2 #if !defined(__PETSCVERSION_H)
3 #define __PETSCVERSION_H
4 
5 /* ========================================================================== */
6 /*
7    Current PETSc version number and release date, also listed in
8     Web page
9     docs/tex/manual/developers.tex,
10     docs/tex/manual/manual.tex and
11     docs/tex/manual/manual_tex.tex.
12 */
13 #define PETSC_VERSION_NUMBER "PETSc Version 2.0.28, Released March 27, 2000"
14 
15 #define PETSC_VERSION_MAJOR    2
16 #define PETSC_VERSION_MINOR    0
17 #define PETSC_VERSION_SUBMINOR 28
18 #define PETSC_PATCH_LEVEL      0
19 #define PETSC_VERSION_DATE     "March 27, 1999"
20 #define PETSC_AUTHOR_INFO      "The PETSc Team:\
21  Satish Balay, Bill Gropp, Lois Curfman McInnes, Barry Smith\n\
22  Bug reports, questions: petsc-maint@mcs.anl.gov\n\
23  Web page: http://www.mcs.anl.gov/petsc/\n"
24 
25 #endif
26