diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-17 03:24:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-17 03:24:30 (GMT) |
commit | 889aeeb48c45672497580181e015a9a1bbd1416d (patch) | |
tree | 06f45ef61d9feb9a3344ef1f5f828036c984a26b /Source/cmVersion.cxx | |
parent | 950c1359faf4fc37e2909c97b1339f6f2bc728f8 (diff) | |
download | CMake-889aeeb48c45672497580181e015a9a1bbd1416d.zip CMake-889aeeb48c45672497580181e015a9a1bbd1416d.tar.gz CMake-889aeeb48c45672497580181e015a9a1bbd1416d.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 21840af..4c8cb4d 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-16 03:09:40 +0000"; + std::string cver = "Date: 2007-08-17 03:24:30 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |