diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-06-21 11:56:50 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-06-21 11:56:50 (GMT) |
commit | dfece7aa483260997786c84cf48054655ec6e06b (patch) | |
tree | 2c64da103035a00353ff513d312bb1cbb16b6ec9 /Source/cmVersion.cxx | |
parent | 7e5509a260a3573d817d6095dc21d40a94fc9fa8 (diff) | |
download | CMake-dfece7aa483260997786c84cf48054655ec6e06b.zip CMake-dfece7aa483260997786c84cf48054655ec6e06b.tar.gz CMake-dfece7aa483260997786c84cf48054655ec6e06b.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 f4bcad9..35cd633 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-06-18 13:23:49 +0000"; + std::string cver = "Date: 2006-06-21 11:56:50 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |