diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-24 12:01:53 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-24 12:01:53 (GMT) |
commit | 41a381f0ae49ef405044b62a1ebc25e7baeb87e4 (patch) | |
tree | 9b4f6740943a118c7509fffb8ea3e5940b399af7 | |
parent | d55c340ec05bf7b6982d9d4df8a9931615c8d7f9 (diff) | |
download | CMake-41a381f0ae49ef405044b62a1ebc25e7baeb87e4.zip CMake-41a381f0ae49ef405044b62a1ebc25e7baeb87e4.tar.gz CMake-41a381f0ae49ef405044b62a1ebc25e7baeb87e4.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 6e05ea0..57e6db5 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-07-23 11:49:47 +0000"; + std::string cver = "Date: 2006-07-24 12:01:53 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |