summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-14 08:26:44 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-14 08:26:44 (GMT)
commit3106262ec0928e0c39eac7e81a53f97847f4c5ac (patch)
tree2f7bc0e3b63e9d95a0e91db49417a7c2dd98329b /Source/cmVersion.cxx
parentd6422d3ad69ab0c68bd50bc35a1c7a2edbe564f5 (diff)
downloadCMake-3106262ec0928e0c39eac7e81a53f97847f4c5ac.zip
CMake-3106262ec0928e0c39eac7e81a53f97847f4c5ac.tar.gz
CMake-3106262ec0928e0c39eac7e81a53f97847f4c5ac.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 2ac49bd..33006c5 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-13 08:23:32 +0000";
+ std::string cver = "Date: 2006-12-14 08:26:44 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;