summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-31 03:29:28 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-31 03:29:28 -0500
commit7fc2132d4f9daf713cdddafa04a4bd0c46483a02 (patch)
treeb4ea40867f14cd76b21ca1ad5ef26a7989fca2f1 /Source
parent0b4fdd8a634a33f851dc9b342ac2d875491cfdd1 (diff)
downloadcmake-7fc2132d4f9daf713cdddafa04a4bd0c46483a02.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 14bb025b9a..63405380e5 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-12-30 08:24:23 +0000";
+ std::string cver = "Date: 2006-12-31 08:29:28 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;