summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-25 09:01:41 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-25 09:01:41 (GMT)
commit2a610dc55273d78de3a1388c10599f0e9b1eeaef (patch)
tree2c1d2dca917d973fe8bd37c21e518fd502879a97 /Source
parent31e3e829dd832139ec5e3ec47f7154b787a6e0ed (diff)
downloadCMake-2a610dc55273d78de3a1388c10599f0e9b1eeaef.zip
CMake-2a610dc55273d78de3a1388c10599f0e9b1eeaef.tar.gz
CMake-2a610dc55273d78de3a1388c10599f0e9b1eeaef.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 d7f5cc9..fcb5964 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-24 05:52:03 +0000";
+ std::string cver = "Date: 2007-04-25 09:01:41 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;