diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-06-22 12:01:35 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-06-22 12:01:35 (GMT) |
commit | 55b0935a79cf3c32637b9a4d2c39da7322870042 (patch) | |
tree | 42ddb712d3e8f110c821c6b29981efdda856e4ad | |
parent | dfece7aa483260997786c84cf48054655ec6e06b (diff) | |
download | CMake-55b0935a79cf3c32637b9a4d2c39da7322870042.zip CMake-55b0935a79cf3c32637b9a4d2c39da7322870042.tar.gz CMake-55b0935a79cf3c32637b9a4d2c39da7322870042.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 35cd633..b37b61c 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-06-21 11:56:50 +0000"; + std::string cver = "Date: 2006-06-22 12:01:35 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |