update version
This commit is contained in:
parent
e90d2dd9f8
commit
85549bf496
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue