Actual source code: petscversion.h

  2: /* $Id: petscversion.h,v 1.26 2001/06/21 21:20:02 bsmith Exp $ */

  6: /* ========================================================================== */
  7: /* 
  8:    Current PETSc version number and release date, also listed in
  9:     Web page
 10:     docs/tex/manual/intro.tex,
 11:     docs/tex/manual/manual.tex.
 12: */
 13: #define PETSC_VERSION_NUMBER "PETSc Version 2.1.1, Patch 1, Released December 19, 2001"

 15: #define PETSC_VERSION_MAJOR    2
 16: #define PETSC_VERSION_MINOR    1
 17: #define PETSC_VERSION_SUBMINOR 1
 18: #define PETSC_PATCH_LEVEL      1
 19: #define PETSC_VERSION_DATE     "December 19, 2001"
 20: #define PETSC_AUTHOR_INFO      "
 21:        The PETSc Team
 22:     petsc-maint@mcs.anl.govn
 23:  http://www.mcs.anl.gov/petsc/n"

 25: #endif