summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-29 10:27:39 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-29 10:27:39 (GMT)
commitfa8e3ed5a25925c460791562f15d2f34173baed9 (patch)
treebc0b04863582cc239b571043dcc8017d4208ee31 /Source/cmVersion.cxx
parentc0f2658e326b5f8ee640eb5e35239f198a577459 (diff)
downloadCMake-fa8e3ed5a25925c460791562f15d2f34173baed9.zip
CMake-fa8e3ed5a25925c460791562f15d2f34173baed9.tar.gz
CMake-fa8e3ed5a25925c460791562f15d2f34173baed9.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 9d31eaf..d712fe2 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-28 10:23:18 +0000";
+ std::string cver = "Date: 2004-12-29 10:27:39 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;