diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-01-02 21:44:44 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-01-02 21:44:44 (GMT) |
commit | 79d9bd8a59328b5c51dd10e1d49888ebd05a562f (patch) | |
tree | 8811051286192a016dcd80552480d461921fd4d5 /Source | |
parent | d253ef49bc4ff15991507053db4c43659f4f9509 (diff) | |
download | CMake-79d9bd8a59328b5c51dd10e1d49888ebd05a562f.zip CMake-79d9bd8a59328b5c51dd10e1d49888ebd05a562f.tar.gz CMake-79d9bd8a59328b5c51dd10e1d49888ebd05a562f.tar.bz2 |
added release verison to cmMakefile
Diffstat (limited to 'Source')
-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 |