diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-25 12:04:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-25 12:04:30 (GMT) |
commit | 71b37d839618d4f03102c45a4dbb9f6efe1facdc (patch) | |
tree | ed7897d974e711f72d90a57bfee97386d90dbb55 | |
parent | b9e03e0a1c3f8916942715225cd0b9e5b7919348 (diff) | |
download | CMake-71b37d839618d4f03102c45a4dbb9f6efe1facdc.zip CMake-71b37d839618d4f03102c45a4dbb9f6efe1facdc.tar.gz CMake-71b37d839618d4f03102c45a4dbb9f6efe1facdc.tar.bz2 |
STYLE: Nightly Version update
-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 9aa606f..cb7bfc6 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-04-24 11:56:54 +0000"; + std::string cver = "Date: 2006-04-25 12:04:30 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |