summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-10 01:25:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-10 01:25:48 (GMT)
commitef756114d5d8335bab7bc120c8081070ea4c1251 (patch)
tree5b7773f2491b744643df24e13ccb649136d31df3 /Source/cmVersion.cxx
parent910d629ed46c2f1d6efd77831c4c1eb043865738 (diff)
downloadCMake-ef756114d5d8335bab7bc120c8081070ea4c1251.zip
CMake-ef756114d5d8335bab7bc120c8081070ea4c1251.tar.gz
CMake-ef756114d5d8335bab7bc120c8081070ea4c1251.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 bc55a27..84f181c 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: 2007-04-09 01:44:56 +0000";
+ std::string cver = "Date: 2007-04-10 01:25:48 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;