summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-08-30 16:19:46 -0400
committerKen Martin <ken.martin@kitware.com>2001-08-30 16:19:46 -0400
commit22025945c89fd1fce20f1c76bee61fd473fe5716 (patch)
tree5cd178e4c2a345b527fb4ad8830de626550f0303 /Source/cmMakefile.h
parent4798e61fa081f705a4199ba34f6448c467d744ae (diff)
downloadcmake-22025945c89fd1fce20f1c76bee61fd473fe5716.tar.gz
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 e7b9d69c9a..7161cc888a 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