diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-06-27 20:18:14 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-06-27 20:18:14 (GMT) |
commit | 2a7fc5750b338062c4d795bbfb31aa7120da9818 (patch) | |
tree | 249501cba47e3cc218c1466e8b10b60b621a07dc /Source | |
parent | ac121867428f65512fafd2ffd0ea51e829640d00 (diff) | |
download | CMake-2a7fc5750b338062c4d795bbfb31aa7120da9818.zip CMake-2a7fc5750b338062c4d795bbfb31aa7120da9818.tar.gz CMake-2a7fc5750b338062c4d795bbfb31aa7120da9818.tar.bz2 |
updated version to 0.3
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmMakefile.h | 2 |
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 |