summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-06-27 20:18:14 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-06-27 20:18:14 (GMT)
commit2a7fc5750b338062c4d795bbfb31aa7120da9818 (patch)
tree249501cba47e3cc218c1466e8b10b60b621a07dc /Source
parentac121867428f65512fafd2ffd0ea51e829640d00 (diff)
downloadCMake-2a7fc5750b338062c4d795bbfb31aa7120da9818.zip
CMake-2a7fc5750b338062c4d795bbfb31aa7120da9818.tar.gz
CMake-2a7fc5750b338062c4d795bbfb31aa7120da9818.tar.bz2
updated version to 0.3
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index b82729e..3e780ac 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 2;}
+ static unsigned int GetMinorVersion() { return 3;}
/**
* Return the major and minor version of the cmake that
* was used to write the currently loaded cache, note