summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-10-01 17:36:27 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-10-01 17:36:27 (GMT)
commitc9caf2390c86b98bbeca1e4e52d04fbbb563f083 (patch)
tree147a3496a2b5790c940e09079fe19cd109b214bd /Source
parent8e505ebf53a27c9e97041e00a32fe41b8d613339 (diff)
downloadCMake-c9caf2390c86b98bbeca1e4e52d04fbbb563f083.zip
CMake-c9caf2390c86b98bbeca1e4e52d04fbbb563f083.tar.gz
CMake-c9caf2390c86b98bbeca1e4e52d04fbbb563f083.tar.bz2
version
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 3cdb960..8c0403d 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -67,7 +67,7 @@ public:
* Return major and minor version numbers for cmake.
*/
static unsigned int GetMajorVersion() { return 0;}
- static unsigned int GetMinorVersion() { return 96;}
+ static unsigned int GetMinorVersion() { return 97;}
/**
* Return the major and minor version of the cmake that
* was used to write the currently loaded cache, note