summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-28 06:51:31 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-28 06:51:31 (GMT)
commit7c192d22d2de741795eadc4d326424d372bf37e6 (patch)
treee99f96bfbacbdfc324e70bf271777e6ca93a3feb /Source
parent0e15f3412f6e3b6a05267dd64a968167d32a1385 (diff)
downloadCMake-7c192d22d2de741795eadc4d326424d372bf37e6.zip
CMake-7c192d22d2de741795eadc4d326424d372bf37e6.tar.gz
CMake-7c192d22d2de741795eadc4d326424d372bf37e6.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 2100d7e..8fb7ecd 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-03-27 06:45:47 +0000";
+ std::string cver = "Date: 2007-03-28 06:51:31 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;