summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-01-02 21:44:44 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-01-02 21:44:44 (GMT)
commit79d9bd8a59328b5c51dd10e1d49888ebd05a562f (patch)
tree8811051286192a016dcd80552480d461921fd4d5 /Source
parentd253ef49bc4ff15991507053db4c43659f4f9509 (diff)
downloadCMake-79d9bd8a59328b5c51dd10e1d49888ebd05a562f.zip
CMake-79d9bd8a59328b5c51dd10e1d49888ebd05a562f.tar.gz
CMake-79d9bd8a59328b5c51dd10e1d49888ebd05a562f.tar.bz2
added release verison to cmMakefile
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefile.h2
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