From 85549bf496f9eb9c4eccf363ee1253652b0c45db Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Mon, 6 Jan 2003 09:39:38 -0500 Subject: [PATCH] update version --- Source/cmMakefile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index e9e96ae571..399b2ac110 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