added release verison to cmMakefile
This commit is contained in:
parent
d253ef49bc
commit
79d9bd8a59
|
@ -68,6 +68,8 @@ public:
|
||||||
*/
|
*/
|
||||||
static unsigned int GetMajorVersion() { return 1;}
|
static unsigned int GetMajorVersion() { return 1;}
|
||||||
static unsigned int GetMinorVersion() { return 1;}
|
static unsigned int GetMinorVersion() { return 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
|
||||||
* was used to write the currently loaded cache, note
|
* was used to write the currently loaded cache, note
|
||||||
|
|
Loading…
Reference in New Issue