diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-12-07 21:01:32 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-12-07 21:01:32 (GMT) |
commit | ab3b0c04aa41ffbf3f0dfc37328c9cbcc935e3cd (patch) | |
tree | c25f6a3b8d74c7da848428dc82c6beca32b2c3ff /Source/cmMakefile.h | |
parent | 8e5f3bb9e1fac42d3adef98858b6c3411de584e5 (diff) | |
download | CMake-ab3b0c04aa41ffbf3f0dfc37328c9cbcc935e3cd.zip CMake-ab3b0c04aa41ffbf3f0dfc37328c9cbcc935e3cd.tar.gz CMake-ab3b0c04aa41ffbf3f0dfc37328c9cbcc935e3cd.tar.bz2 |
release 10
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 85f3b02..ac8be66 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -66,8 +66,8 @@ public: /** * Return major and minor version numbers for cmake. */ - static unsigned int GetMajorVersion() { return 0;} - static unsigned int GetMinorVersion() { return 99;} + static unsigned int GetMajorVersion() { return 1;} + static unsigned int GetMinorVersion() { return 0;} /** * Return the major and minor version of the cmake that * was used to write the currently loaded cache, note |