diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-09-21 09:10:17 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-09-21 09:10:17 (GMT) |
commit | 0981ffddcda1652500a3d98da5d90f413e10ac15 (patch) | |
tree | fc74546c1574fd8cf2bc39cfdbf3c5a0140cf531 /Source | |
parent | 0d824e1d1ad2166a47c27094990cd944dd664f6a (diff) | |
download | CMake-0981ffddcda1652500a3d98da5d90f413e10ac15.zip CMake-0981ffddcda1652500a3d98da5d90f413e10ac15.tar.gz CMake-0981ffddcda1652500a3d98da5d90f413e10ac15.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmVersion.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx index c779ee2..c9828f9 100644 --- a/Source/cmVersion.cxx +++ b/Source/cmVersion.cxx @@ -19,7 +19,7 @@ std::string cmVersion::GetReleaseVersion() { #if CMake_VERSION_MINOR & 1 - std::string cver = "Date: 2005-09-20 09:05:48 +0000"; + std::string cver = "Date: 2005-09-21 09:10:17 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |