summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-17 02:46:24 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-17 02:46:24 (GMT)
commit5c48eab7a8d18c787111a387359716d59b70598a (patch)
treea75b802509a700d31d32820a82a2d47e9b89e359 /Source/cmVersion.cxx
parentc40da99332c94b15d9e47a2db88c47f856489a6b (diff)
downloadCMake-5c48eab7a8d18c787111a387359716d59b70598a.zip
CMake-5c48eab7a8d18c787111a387359716d59b70598a.tar.gz
CMake-5c48eab7a8d18c787111a387359716d59b70598a.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 4278a1c..5abf8cd 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-09-16 02:58:09 +0000";
+ std::string cver = "Date: 2007-09-17 02:46:24 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;