next release

This commit is contained in:
Ken Martin 2002-01-15 15:46:34 -05:00
parent 33ac36cf37
commit d41b42a019
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ public:
* Return major and minor version numbers for cmake.
*/
static unsigned int GetMajorVersion() { return 1;}
static unsigned int GetMinorVersion() { return 1;}
static const char *GetReleaseVersion() { return "development";}
static unsigned int GetMinorVersion() { return 2;}
static const char *GetReleaseVersion() { return "release";}
/**
* Return the major and minor version of the cmake that