summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-01 02:28:06 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-01 02:28:06 (GMT)
commite6d45a2cf5f7055fcccb0a6679c586fd2791e243 (patch)
tree43739d1fead31faca09a243ab32f5b5ca8b40517 /Source/cmVersion.cxx
parent4cd4c86845976b0bfa5e516d26d7ad428dee1ead (diff)
downloadCMake-e6d45a2cf5f7055fcccb0a6679c586fd2791e243.zip
CMake-e6d45a2cf5f7055fcccb0a6679c586fd2791e243.tar.gz
CMake-e6d45a2cf5f7055fcccb0a6679c586fd2791e243.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 39ffee7..fc61844 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-30 02:36:19 +0000";
+ std::string cver = "Date: 2007-10-01 02:28:06 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;