/* $Id: petscversion.h,v 1.20 2000/03/27 16:22:43 balay 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.28, Released March 27, 2000" #define PETSC_VERSION_MAJOR 2 #define PETSC_VERSION_MINOR 0 #define PETSC_VERSION_SUBMINOR 28 #define PETSC_PATCH_LEVEL 0 #define PETSC_VERSION_DATE "March 27, 1999" #define PETSC_AUTHOR_INFO "The PETSc Team:\ Satish Balay, Bill Gropp, Lois Curfman McInnes, Barry Smith\n\ Bug reports, questions: petsc-maint@mcs.anl.gov\n\ Web page: http://www.mcs.anl.gov/petsc/\n" #endif