summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-06-27 20:17:35 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-06-27 20:17:35 (GMT)
commitac121867428f65512fafd2ffd0ea51e829640d00 (patch)
tree1380403288d0716d1706c895569845cc4e4f4cd7 /Source/cmMakefile.h
parentae243b21bbeef820bb12eb1fb154600aebffb531 (diff)
downloadCMake-ac121867428f65512fafd2ffd0ea51e829640d00.zip
CMake-ac121867428f65512fafd2ffd0ea51e829640d00.tar.gz
CMake-ac121867428f65512fafd2ffd0ea51e829640d00.tar.bz2
updated version to 0.2
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 5c13889..b82729e 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -65,7 +65,7 @@ public:
* Return major and minor version numbers for cmake.
*/
static unsigned int GetMajorVersion() { return 0;}
- static unsigned int GetMinorVersion() { return 1;}
+ static unsigned int GetMinorVersion() { return 2;}
/**
* Return the major and minor version of the cmake that
* was used to write the currently loaded cache, note