summaryrefslogtreecommitdiff
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-16 23:24:30 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-16 23:24:30 -0400
commit889aeeb48c45672497580181e015a9a1bbd1416d (patch)
tree06f45ef61d9feb9a3344ef1f5f828036c984a26b /Source/cmVersion.cxx
parent950c1359faf4fc37e2909c97b1339f6f2bc728f8 (diff)
downloadcmake-889aeeb48c45672497580181e015a9a1bbd1416d.tar.gz
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 21840af0d2..4c8cb4d952 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;