diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-21 03:17:42 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-21 03:17:42 (GMT) |
commit | 517a53e2d1830924389a89e1baf63e5cb95bdb0a (patch) | |
tree | b7ab388c9bd4d35cc6f7d49ffbba35d09bc99d91 /Source | |
parent | 7db8c86ac90e48aa4a36ba67dd2635646820b62f (diff) | |
download | CMake-517a53e2d1830924389a89e1baf63e5cb95bdb0a.zip CMake-517a53e2d1830924389a89e1baf63e5cb95bdb0a.tar.gz CMake-517a53e2d1830924389a89e1baf63e5cb95bdb0a.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 ca6b291..783a4a7 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-20 03:17:38 +0000"; + std::string cver = "Date: 2007-08-21 03:17:42 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |