summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-22 03:15:22 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-22 03:15:22 (GMT)
commita47d3da96985398735f0a079ef37d7789a7f4e4d (patch)
tree844f1c177112cdae80a7b933d7c138151b951191 /Source/cmVersion.cxx
parent6fd330b9e8c6411eaa75a3875d15dfd1827ff958 (diff)
downloadCMake-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.cxx2
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;