summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-01 09:02:22 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-01 09:02:22 (GMT)
commit2f86520654810876de566f059ba5f8c789eb47d9 (patch)
tree5c97a4f96a2443b33832c37489e3c5d3dcc0fd6c /Source/cmVersion.cxx
parent7fc2132d4f9daf713cdddafa04a4bd0c46483a02 (diff)
downloadCMake-2f86520654810876de566f059ba5f8c789eb47d9.zip
CMake-2f86520654810876de566f059ba5f8c789eb47d9.tar.gz
CMake-2f86520654810876de566f059ba5f8c789eb47d9.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 6340538..c5f59de 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-31 08:29:28 +0000";
+ std::string cver = "Date: 2007-01-01 09:02:22 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;