diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-22 21:10:02 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-22 21:10:02 (GMT) |
commit | 1d84b369359ee0a139b1bd29fdb4852f32319dbf (patch) | |
tree | b6462bccc12527ed13430dad04623ead4cd60062 /Source/cmVersion.cxx | |
parent | 6e2fd2c2cade2d8397dbdcd104d10654c2ff6c65 (diff) | |
download | CMake-1d84b369359ee0a139b1bd29fdb4852f32319dbf.zip CMake-1d84b369359ee0a139b1bd29fdb4852f32319dbf.tar.gz CMake-1d84b369359ee0a139b1bd29fdb4852f32319dbf.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 28a1f53..b160d98 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: 2007-05-22 08:14:07 +0000"; + std::string cver = "Date: 2007-05-22 21:10:02 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |