diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-08 09:21:52 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-08 09:21:52 (GMT) |
commit | 25e9bceb0a47c4ca78eabcd8ecc8ca7784f1c2e3 (patch) | |
tree | cdb8d84ff4d428c07bcb45a8ef7d4485449cb399 /Source | |
parent | 02b961f29cc4dd5b53bcbde69e11ac4b012c1010 (diff) | |
download | CMake-25e9bceb0a47c4ca78eabcd8ecc8ca7784f1c2e3.zip CMake-25e9bceb0a47c4ca78eabcd8ecc8ca7784f1c2e3.tar.gz CMake-25e9bceb0a47c4ca78eabcd8ecc8ca7784f1c2e3.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 4e0694f..206250a 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-12-06 15:55:07 +0000"; + std::string cver = "Date: 2005-12-08 09:21:52 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |