diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-11-28 05:05:44 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-11-28 05:05:44 (GMT) |
commit | 466dca006d30a6d31ef2bc957a940c18ec5f0738 (patch) | |
tree | 635d80126bf608bd3dc53d42431422e856d16b1f /Source | |
parent | 1ae24c15c30b128af342f3b55e684a621d15ed7b (diff) | |
download | CMake-466dca006d30a6d31ef2bc957a940c18ec5f0738.zip CMake-466dca006d30a6d31ef2bc957a940c18ec5f0738.tar.gz CMake-466dca006d30a6d31ef2bc957a940c18ec5f0738.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 1aab428..99ca998 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-26 12:12:19 +0000"; + std::string cver = "Date: 2006-11-28 05:05:44 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |