diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-10 19:18:31 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-10 19:18:31 (GMT) |
commit | 39b6175f57e752996b85e9d8e0c277321b998738 (patch) | |
tree | 263af040ba32d59739b74bac706c3f58cee7006d /Source/cmVersion.cxx | |
parent | 3c45e181cf3f393864aa929aace29a1a9948e360 (diff) | |
download | CMake-39b6175f57e752996b85e9d8e0c277321b998738.zip CMake-39b6175f57e752996b85e9d8e0c277321b998738.tar.gz CMake-39b6175f57e752996b85e9d8e0c277321b998738.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 a6aec11..117af8b 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: 2007-05-09 13:10:40 +0000"; + std::string cver = "Date: 2007-05-10 19:18:31 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |