diff options
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 9631bd3..d114770 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -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 |