diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-30 14:54:18 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-30 14:54:18 (GMT) |
commit | fb9999157e494c42669127381786c960d8271ee3 (patch) | |
tree | 06d32d042a920babe99dbb9aba86dc18a86e2621 /Source | |
parent | e29b587d598ced4d1d32da42a8fd7efe464a6288 (diff) | |
download | CMake-fb9999157e494c42669127381786c960d8271ee3.zip CMake-fb9999157e494c42669127381786c960d8271ee3.tar.gz CMake-fb9999157e494c42669127381786c960d8271ee3.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 6764f2c..86b27b7 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-10-10 16:24:46 +0000"; + std::string cver = "Date: 2006-10-30 14:54:18 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |