diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-11 05:42:55 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-11 05:42:55 (GMT) |
commit | c4a5b90070da44170f8961d4a98b27efbcc0bda8 (patch) | |
tree | ca37faf72a4a4b42b647f156b6639e5731c44f77 /Source | |
parent | 581adffa8651015dbadaaeb8df79044e52d1034b (diff) | |
download | CMake-c4a5b90070da44170f8961d4a98b27efbcc0bda8.zip CMake-c4a5b90070da44170f8961d4a98b27efbcc0bda8.tar.gz CMake-c4a5b90070da44170f8961d4a98b27efbcc0bda8.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 2faa570..077e98a 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: 2006-01-10 05:44:10 +0000"; + std::string cver = "Date: 2006-01-11 05:42:55 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |