updated version

This commit is contained in:
Ken Martin 2003-01-06 09:36:27 -05:00
parent 4ad8af53ab
commit e90d2dd9f8
1 changed files with 2 additions and 2 deletions

View File

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