summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-31 01:14:19 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-31 01:14:19 (GMT)
commitc6c4e3aa60547d9f45ff1fb04907419e2414ddb9 (patch)
treeb0ee1eed4dfb7dccf582c7c285ec7448231c7d07 /Source
parentbb7304706de7f7ec0f72c596f67db45634bd726c (diff)
downloadCMake-c6c4e3aa60547d9f45ff1fb04907419e2414ddb9.zip
CMake-c6c4e3aa60547d9f45ff1fb04907419e2414ddb9.tar.gz
CMake-c6c4e3aa60547d9f45ff1fb04907419e2414ddb9.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 1eb25ea..63c4634 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-01-30 01:30:47 +0000";
+ std::string cver = "Date: 2007-01-31 01:14:19 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;