xref: /petsc/include/petscversion.h (revision df0dcae577a7fee2e933b623f3c0f5e91c3b90d9)
13a7fca6bSBarry Smith 
273f4d377SMatthew Knepley /* $Id: petscversion.h,v 1.26 2001/06/21 21:20:02 bsmith Exp $ */
3f36adab2SBarry Smith #if !defined(__PETSCVERSION_H)
4f36adab2SBarry Smith #define __PETSCVERSION_H
5cafa780aSBarry Smith 
6cafa780aSBarry Smith /* ========================================================================== */
7cafa780aSBarry Smith /*
8cafa780aSBarry Smith    Current PETSc version number and release date, also listed in
94d44c3d4SBarry Smith     Web page
1015352395SSatish Balay     docs/tex/manual/intro.tex,
114d101231SSatish Balay     docs/tex/manual/manual.tex.
12cafa780aSBarry Smith */
13*df0dcae5SSatish Balay #define PETSC_VERSION_NUMBER "PETSc Version 2.1.1, Released December 19, 2001"
14cafa780aSBarry Smith 
15cafa780aSBarry Smith #define PETSC_VERSION_MAJOR    2
164839acb0SBarry Smith #define PETSC_VERSION_MINOR    1
17*df0dcae5SSatish Balay #define PETSC_VERSION_SUBMINOR 1
185f34bc91SSatish Balay #define PETSC_PATCH_LEVEL      0
19*df0dcae5SSatish Balay #define PETSC_VERSION_DATE     "December 19, 2001"
20b13c3a60SBarry Smith #define PETSC_AUTHOR_INFO      "\
21b13c3a60SBarry Smith        The PETSc Team\
22b13c3a60SBarry Smith     petsc-maint@mcs.anl.gov\n\
23b13c3a60SBarry Smith  http://www.mcs.anl.gov/petsc/\n"
24cafa780aSBarry Smith 
25cafa780aSBarry Smith #endif
26