added release verison to cmMakefile

This commit is contained in:
Ken Martin 2002-01-02 16:44:44 -05:00
parent d253ef49bc
commit 79d9bd8a59
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ public:
*/
static unsigned int GetMajorVersion() { return 1;}
static unsigned int GetMinorVersion() { return 1;}
static const char *GetReleaseVersion() { return "development";}
/**
* Return the major and minor version of the cmake that
* was used to write the currently loaded cache, note