summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-09-19 18:20:37 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-09-19 18:20:37 (GMT)
commitccc1c3d50a566a3fea71c376f96356030632a153 (patch)
tree4a57ea2cf0aa65f657a46edfaf8311814b78bc08 /Source/cmMakefile.h
parentf8ea87a10cb22dc7e7e6e00324ee5095863bf445 (diff)
downloadCMake-ccc1c3d50a566a3fea71c376f96356030632a153.zip
CMake-ccc1c3d50a566a3fea71c376f96356030632a153.tar.gz
CMake-ccc1c3d50a566a3fea71c376f96356030632a153.tar.bz2
version rev to 94
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 83c0ab0..a58ac78 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 93;}
+ static unsigned int GetMinorVersion() { return 94;}
/**
* Return the major and minor version of the cmake that
* was used to write the currently loaded cache, note