diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-12 03:21:08 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-12 03:21:08 (GMT) |
commit | bd275f0d3bd33719965cc27c9880ce64249a3276 (patch) | |
tree | 61854919b702bb8e2ad1b5ace3a22f63cbe84f70 /Source/cmVersion.cxx | |
parent | 1313cb16a6f7b75e31a09e14378740ae80754807 (diff) | |
download | CMake-bd275f0d3bd33719965cc27c9880ce64249a3276.zip CMake-bd275f0d3bd33719965cc27c9880ce64249a3276.tar.gz CMake-bd275f0d3bd33719965cc27c9880ce64249a3276.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 3c23af2..3209b91 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-11 03:17:21 +0000"; + std::string cver = "Date: 2007-08-12 03:21:08 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |