diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-11-20 13:16:36 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-11-20 13:16:36 (GMT) |
commit | a5fc448bdadf0738bb0f82a6dd820ac94f9b0b91 (patch) | |
tree | 86638105bc00c2fa1aa205027f35976c82b7512a /Source | |
parent | 056b7f0a538a111412528c71789fd63a0a4d2c66 (diff) | |
download | CMake-a5fc448bdadf0738bb0f82a6dd820ac94f9b0b91.zip CMake-a5fc448bdadf0738bb0f82a6dd820ac94f9b0b91.tar.gz CMake-a5fc448bdadf0738bb0f82a6dd820ac94f9b0b91.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 0e18652..6c312ed 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-11-19 13:08:45 +0000"; + std::string cver = "Date: 2006-11-20 13:16:36 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |