summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-05 08:15:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-05 08:15:58 (GMT)
commit11cd7b0b3f20b384220e65c4ef9de5afea0b1618 (patch)
tree95b1f6ef6e9bd8764b17590a9a84fa3d92a662fc /Source
parent1184bd932192b479916abb46dc4625a608eb7574 (diff)
downloadCMake-11cd7b0b3f20b384220e65c4ef9de5afea0b1618.zip
CMake-11cd7b0b3f20b384220e65c4ef9de5afea0b1618.tar.gz
CMake-11cd7b0b3f20b384220e65c4ef9de5afea0b1618.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 87d7bcd..ffea11a 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-01-04 06:15:20 +0000";
+ std::string cver = "Date: 2006-01-05 08:15:58 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;