xref: /petsc/include/petscversion.h (revision b12f92e593fe1f4640a94465c95bdce45bd620eb)
1 /* $Id: petscversion.h,v 1.7 1999/04/08 23:12:25 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.24, Patch 2, Released April 6, 1999"
13 
14 #define PETSC_VERSION_MAJOR    2
15 #define PETSC_VERSION_MINOR    0
16 #define PETSC_VERSION_SUBMINOR 24
17 #define PETSC_PATCH_LEVEL      2
18 #define PETSC_VERSION_DATE     "April 6, 1998"
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