diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-30 02:58:41 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-30 02:58:41 (GMT) |
commit | c51672439349732d7396be2598af61a4d0660f72 (patch) | |
tree | 7c316936d4c003beded91b74b3ec71c664ff8497 /Source/cmVersion.cxx | |
parent | bcfa890c024c6ebcf274e0e651e80a69f772c2a5 (diff) | |
download | CMake-c51672439349732d7396be2598af61a4d0660f72.zip CMake-c51672439349732d7396be2598af61a4d0660f72.tar.gz CMake-c51672439349732d7396be2598af61a4d0660f72.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 35e2e2e..e434c75 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-10-29 02:58:53 +0000"; + std::string cver = "Date: 2007-10-30 02:58:41 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |