summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-07 06:15:26 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-07 06:15:26 -0400
commit830269fd643f8a27f7892e0ef3e7b88c475e2120 (patch)
treeef1b85820223804e7e9496b09fa73de4c934e400 /Source
parentf7217ef344cc5a5ec696ca9b15b5d4b739d8c2f2 (diff)
downloadcmake-830269fd643f8a27f7892e0ef3e7b88c475e2120.tar.gz
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 59c6eb71ba..3745fdf8f1 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: 2006-10-06 07:32:09 +0000";
+ std::string cver = "Date: 2006-10-07 10:15:26 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;