diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-18 03:17:25 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-18 03:17:25 (GMT) |
commit | 2d8909562a3887c14dafd53ef8c8e661cc2d0094 (patch) | |
tree | dbcc30ada85d44a3cfeb9defff32ec4ec22c2203 /Source/cmVersion.cxx | |
parent | 68c2dd8009fc4f82d25b0c6cb0380abb9f3f41ba (diff) | |
download | CMake-2d8909562a3887c14dafd53ef8c8e661cc2d0094.zip CMake-2d8909562a3887c14dafd53ef8c8e661cc2d0094.tar.gz CMake-2d8909562a3887c14dafd53ef8c8e661cc2d0094.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 4c8cb4d..b73644b 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-17 03:24:30 +0000"; + std::string cver = "Date: 2007-08-18 03:17:25 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |