diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-22 03:15:22 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-22 03:15:22 (GMT) |
commit | a47d3da96985398735f0a079ef37d7789a7f4e4d (patch) | |
tree | 844f1c177112cdae80a7b933d7c138151b951191 /Source/cmVersion.cxx | |
parent | 6fd330b9e8c6411eaa75a3875d15dfd1827ff958 (diff) | |
download | CMake-a47d3da96985398735f0a079ef37d7789a7f4e4d.zip CMake-a47d3da96985398735f0a079ef37d7789a7f4e4d.tar.gz CMake-a47d3da96985398735f0a079ef37d7789a7f4e4d.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 783a4a7..94ff502 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-21 03:17:42 +0000"; + std::string cver = "Date: 2007-08-22 03:15:22 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |