update version

This commit is contained in:
Ken Martin 2003-01-06 09:39:38 -05:00
parent e90d2dd9f8
commit 85549bf496
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 6;} static unsigned int GetMinorVersion() { return 7;}
static const char *GetReleaseVersion() { return "beta 1";} static const char *GetReleaseVersion() { return "development";}
/** /**
* Return the major and minor version of the cmake that * Return the major and minor version of the cmake that