/* $Id: petscversion.h,v 1.22 2000/05/18 19:18:07 bsmith Exp balay $ */ #if !defined(__PETSCVERSION_H) #define __PETSCVERSION_H /* ========================================================================== */ /* Current PETSc version number and release date, also listed in Web page docs/tex/manual/developers.tex, docs/tex/manual/intro.tex, docs/tex/manual/manual.tex and docs/tex/manual/manual_tex.tex. */ #define PETSC_VERSION_NUMBER "PETSc Version 2.0.29, Released Sept 26, 2000" #define PETSC_VERSION_MAJOR 2 #define PETSC_VERSION_MINOR 0 #define PETSC_VERSION_SUBMINOR 29 #define PETSC_PATCH_LEVEL 0 #define PETSC_VERSION_DATE "Sept 26, 2000" #define PETSC_AUTHOR_INFO "\ The PETSc Team\ petsc-maint@mcs.anl.gov\n\ http://www.mcs.anl.gov/petsc/\n" #endif