summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-04 03:18:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-04 03:18:35 (GMT)
commit3411f2566a03a1d01178e6f3f62d5896a5eaedfc (patch)
treee7bf70922a5441a62be845c3bb45dbff77c4d670 /Source
parent814d83f120541606f4f8de83c6f240c53fd69784 (diff)
downloadCMake-3411f2566a03a1d01178e6f3f62d5896a5eaedfc.zip
CMake-3411f2566a03a1d01178e6f3f62d5896a5eaedfc.tar.gz
CMake-3411f2566a03a1d01178e6f3f62d5896a5eaedfc.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 de352ee..6eab911 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-03 07:07:54 +0000";
+ std::string cver = "Date: 2007-04-04 03:18:35 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;