xref: /petsc/include/petscversion.h (revision 606d414c6e034e02e67059b83ebaefc3ebe99698)
1 /* $Id: petscversion.h,v 1.14 1999/05/07 04:06:34 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     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.25, Released June 14, 1999"
13 
14 #define PETSC_VERSION_MAJOR    2
15 #define PETSC_VERSION_MINOR    0
16 #define PETSC_VERSION_SUBMINOR 25
17 #define PETSC_PATCH_LEVEL      0
18 #define PETSC_VERSION_DATE     "June 14, 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