diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-11-30 06:29:31 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-11-30 06:29:31 (GMT) |
commit | 1192f03f45a61e70be129f510d338b0a101d9943 (patch) | |
tree | 4ceb27f5e6ac7aace9f400d5ba78af2774e342ff /Source/cmVersion.cxx | |
parent | 9eb1ec3efed2e6084eda5fd30eba97bac5645728 (diff) | |
download | CMake-1192f03f45a61e70be129f510d338b0a101d9943.zip CMake-1192f03f45a61e70be129f510d338b0a101d9943.tar.gz CMake-1192f03f45a61e70be129f510d338b0a101d9943.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 6b2a6b5..5fb5c58 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-28 05:05:44 +0000"; + std::string cver = "Date: 2006-11-30 06:29:31 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |