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