From 01363294822f35a66312e58743de4aeadaf8de6f Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 18 Jul 2001 16:45:49 -0400 Subject: updated version --- Source/cmMakefile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 058e1278e6..c20c589cfc 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -65,7 +65,7 @@ public: * Return major and minor version numbers for cmake. */ static unsigned int GetMajorVersion() { return 0;} - static unsigned int GetMinorVersion() { return 5;} + static unsigned int GetMinorVersion() { return 7;} /** * Return the major and minor version of the cmake that * was used to write the currently loaded cache, note -- cgit v1.2.1