summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-12-05 16:59:18 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-12-05 16:59:18 (GMT)
commitd4bb11cd8b08e64fa3e830ba37dc32bb1e9895d2 (patch)
treec59ec0f3114898751c200a0c1b61f7c480739937 /Source/cmMakefile.h
parentbd8547d396fd93243f9423b7b3be8019d7c9709f (diff)
downloadCMake-d4bb11cd8b08e64fa3e830ba37dc32bb1e9895d2.zip
CMake-d4bb11cd8b08e64fa3e830ba37dc32bb1e9895d2.tar.gz
CMake-d4bb11cd8b08e64fa3e830ba37dc32bb1e9895d2.tar.bz2
up version
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 1de4656..491fc98 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 97;}
+ static unsigned int GetMinorVersion() { return 98;}
/**
* Return the major and minor version of the cmake that
* was used to write the currently loaded cache, note