summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-31 06:45:17 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-31 06:45:17 (GMT)
commit402a363ef0bd32ad0550f3333c33d889deb10639 (patch)
tree4cafba56cf9c635adfaf9d888ba5b52fc10f4cff /Source
parent5ed2141d12c6be54902cb26a83d2b97fba8699cb (diff)
downloadCMake-402a363ef0bd32ad0550f3333c33d889deb10639.zip
CMake-402a363ef0bd32ad0550f3333c33d889deb10639.tar.gz
CMake-402a363ef0bd32ad0550f3333c33d889deb10639.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 2c3b933..af42ffa 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-30 06:37:58 +0000";
+ std::string cver = "Date: 2007-03-31 06:45:17 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;