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