xref: /petsc/include/petscversion.h (revision b0a32e0c6855ee6a6cd3495fa7da12ea9885bc5d) !
1 /* $Id: petscversion.h,v 1.22 2000/05/18 19:18:07 bsmith 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.29, Released Sept 26, 2000"
15 
16 #define PETSC_VERSION_MAJOR    2
17 #define PETSC_VERSION_MINOR    0
18 #define PETSC_VERSION_SUBMINOR 29
19 #define PETSC_PATCH_LEVEL      0
20 #define PETSC_VERSION_DATE     "Sept 26, 2000"
21 #define PETSC_AUTHOR_INFO      "\
22        The PETSc Team\
23     petsc-maint@mcs.anl.gov\n\
24  http://www.mcs.anl.gov/petsc/\n"
25 
26 #endif
27