summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-12-05 17:07:34 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-12-05 17:07:34 (GMT)
commitcf8003f03f2e57012ed3649625dad102d86dc4d2 (patch)
treed0716b78a10e6b79372c5436b0ee49cd91d7a710 /Source/cmMakefile.h
parentd4bb11cd8b08e64fa3e830ba37dc32bb1e9895d2 (diff)
downloadCMake-cf8003f03f2e57012ed3649625dad102d86dc4d2.zip
CMake-cf8003f03f2e57012ed3649625dad102d86dc4d2.tar.gz
CMake-cf8003f03f2e57012ed3649625dad102d86dc4d2.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 491fc98..85f3b02 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 98;}
+ static unsigned int GetMinorVersion() { return 99;}
/**
* Return the major and minor version of the cmake that
* was used to write the currently loaded cache, note