diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-10 12:10:22 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-10 12:10:22 (GMT) |
commit | bb7debf24c6561a86a489d63c5850e83c8025516 (patch) | |
tree | 441b4e85af4d764467cc2ab514336794e14db576 /Source | |
parent | e1c41755915b5521490805f0c66a3be61f0d2050 (diff) | |
download | CMake-bb7debf24c6561a86a489d63c5850e83c8025516.zip CMake-bb7debf24c6561a86a489d63c5850e83c8025516.tar.gz CMake-bb7debf24c6561a86a489d63c5850e83c8025516.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 392f02b..b761251 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-04-09 12:15:29 +0000"; + std::string cver = "Date: 2006-04-10 12:10:22 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |