diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-20 03:17:38 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-20 03:17:38 (GMT) |
commit | 129a3e9f9e7ac92109aa342c84916335b3a121f9 (patch) | |
tree | fb4d5a26cb986d74c57334049a8f090bbceea797 /Source | |
parent | 4de188d98d5e6c9c097b8ba1db078130fda72c68 (diff) | |
download | CMake-129a3e9f9e7ac92109aa342c84916335b3a121f9.zip CMake-129a3e9f9e7ac92109aa342c84916335b3a121f9.tar.gz CMake-129a3e9f9e7ac92109aa342c84916335b3a121f9.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 df5d119..ca6b291 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-08-19 03:15:23 +0000"; + std::string cver = "Date: 2007-08-20 03:17:38 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |