summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-13 10:03:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-13 10:03:21 (GMT)
commitcb33fe8aa80cab595732812faf19c764e1f34123 (patch)
treeb065a572ecf242e686d46ddfe685d808c8eb7d02 /Source/cmVersion.cxx
parenta3d3e9e9ef7316feb80bd47471e0533093bb89df (diff)
downloadCMake-cb33fe8aa80cab595732812faf19c764e1f34123.zip
CMake-cb33fe8aa80cab595732812faf19c764e1f34123.tar.gz
CMake-cb33fe8aa80cab595732812faf19c764e1f34123.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 566c3a6..b93c6e9 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: 2004-12-12 10:08:54 +0000";
+ std::string cver = "Date: 2004-12-13 10:03:21 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;