diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-07 07:04:42 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-07 07:04:42 (GMT) |
commit | 833548f53a2ed799bb0df23fd7d973c30b423d1b (patch) | |
tree | 2a02ffb0cc03919e4959cacb5a5bf6597b8ddf18 /Source | |
parent | 26b527ac0fd63d2a86d3552122bd44a5b32d6adb (diff) | |
download | CMake-833548f53a2ed799bb0df23fd7d973c30b423d1b.zip CMake-833548f53a2ed799bb0df23fd7d973c30b423d1b.tar.gz CMake-833548f53a2ed799bb0df23fd7d973c30b423d1b.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 efd47ba..212bcff 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-12-06 05:43:43 +0000"; + std::string cver = "Date: 2006-12-07 07:04:42 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |