diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-27 08:08:43 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-27 08:08:43 (GMT) |
commit | f0ed6737b1f2354d441328424d1702810c8545c4 (patch) | |
tree | 062f60fa29f02f55f8ed39d28a277bc002aa1519 /Source/cmVersion.cxx | |
parent | ef013caeb1c3a4893932b69019cc2f3324253ced (diff) | |
download | CMake-f0ed6737b1f2354d441328424d1702810c8545c4.zip CMake-f0ed6737b1f2354d441328424d1702810c8545c4.tar.gz CMake-f0ed6737b1f2354d441328424d1702810c8545c4.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 40b10a3..7fcf9d9 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: 2005-05-26 08:09:34 +0000"; + std::string cver = "Date: 2005-05-27 08:08:43 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |