summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-10-01 13:35:44 -0400
committerKen Martin <ken.martin@kitware.com>2001-10-01 13:35:44 -0400
commit8e505ebf53a27c9e97041e00a32fe41b8d613339 (patch)
treef5056702ef27840378f389c9c3a17948d03af034 /Source/cmMakefile.h
parentb9a0910ec9884e8b461781cbf9d090a144d45db5 (diff)
downloadcmake-8e505ebf53a27c9e97041e00a32fe41b8d613339.tar.gz
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 451cdda754..3cdb96022b 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 95;}
+ static unsigned int GetMinorVersion() { return 96;}
/**
* Return the major and minor version of the cmake that
* was used to write the currently loaded cache, note