summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2003-01-06 14:39:38 (GMT)
committerKen Martin <ken.martin@kitware.com>2003-01-06 14:39:38 (GMT)
commit85549bf496f9eb9c4eccf363ee1253652b0c45db (patch)
tree3c7bd6a8676dc7ebd7b1258c2fb5ae82f65c4e49 /Source/cmMakefile.h
parente90d2dd9f8e0e4e16352d8497ea7ea46cddb1140 (diff)
downloadCMake-85549bf496f9eb9c4eccf363ee1253652b0c45db.zip
CMake-85549bf496f9eb9c4eccf363ee1253652b0c45db.tar.gz
CMake-85549bf496f9eb9c4eccf363ee1253652b0c45db.tar.bz2
update version
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index e9e96ae..399b2ac 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -45,8 +45,8 @@ public:
* Return major and minor version numbers for cmake.
*/
static unsigned int GetMajorVersion() { return 1;}
- static unsigned int GetMinorVersion() { return 6;}
- static const char *GetReleaseVersion() { return "beta 1";}
+ static unsigned int GetMinorVersion() { return 7;}
+ static const char *GetReleaseVersion() { return "development";}
/**
* Return the major and minor version of the cmake that