summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-08-30 20:19:46 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-08-30 20:19:46 (GMT)
commit22025945c89fd1fce20f1c76bee61fd473fe5716 (patch)
tree5cd178e4c2a345b527fb4ad8830de626550f0303 /Source/cmMakefile.h
parent4798e61fa081f705a4199ba34f6448c467d744ae (diff)
downloadCMake-22025945c89fd1fce20f1c76bee61fd473fe5716.zip
CMake-22025945c89fd1fce20f1c76bee61fd473fe5716.tar.gz
CMake-22025945c89fd1fce20f1c76bee61fd473fe5716.tar.bz2
version rev
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 e7b9d69..7161cc8 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 92;}
+ static unsigned int GetMinorVersion() { return 93;}
/**
* Return the major and minor version of the cmake that
* was used to write the currently loaded cache, note