summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-29 08:29:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-29 08:29:48 (GMT)
commita9819e1c4c9804a9803faf88ba4dff30eb9339a2 (patch)
treec99e0e15c5e23ce5508b3276641b2760b5b83899 /Source
parent255a4b966e0717ef61f1a6e364b141fccd0f1fb8 (diff)
downloadCMake-a9819e1c4c9804a9803faf88ba4dff30eb9339a2.zip
CMake-a9819e1c4c9804a9803faf88ba4dff30eb9339a2.tar.gz
CMake-a9819e1c4c9804a9803faf88ba4dff30eb9339a2.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 0079b0f..f7ea113 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-28 08:23:21 +0000";
+ std::string cver = "Date: 2006-12-29 08:29:48 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;