xref: /petsc/include/petscversion.h (revision 3a7fca6b988f1faea172e46abdf950477dbfaf76)
1*3a7fca6bSBarry Smith 
2*3a7fca6bSBarry Smith /* $Id: petscversion.h,v 1.25 2001/04/10 22:37:51 balay Exp bsmith $ */
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 */
134d101231SSatish Balay #define PETSC_VERSION_NUMBER "PETSc Version 2.1.0, Released April 11, 2001"
14cafa780aSBarry Smith 
15cafa780aSBarry Smith #define PETSC_VERSION_MAJOR    2
164839acb0SBarry Smith #define PETSC_VERSION_MINOR    1
174839acb0SBarry Smith #define PETSC_VERSION_SUBMINOR 0
185f34bc91SSatish Balay #define PETSC_PATCH_LEVEL      0
194d101231SSatish Balay #define PETSC_VERSION_DATE     "April 11, 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