summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-18 12:12:37 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-18 12:12:37 (GMT)
commitf572d9afed793bd2a0c2efa29851e52d27bd454f (patch)
treea421a89ccbb4233fabfef6d14e55b5de746df5bf /Source/cmVersion.cxx
parent94bf03319bef3db92614d3e9b87a3efbcdd85a12 (diff)
downloadCMake-f572d9afed793bd2a0c2efa29851e52d27bd454f.zip
CMake-f572d9afed793bd2a0c2efa29851e52d27bd454f.tar.gz
CMake-f572d9afed793bd2a0c2efa29851e52d27bd454f.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 e4979c5..7db5b3f 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: 2006-07-17 12:14:56 +0000";
+ std::string cver = "Date: 2006-07-18 12:12:37 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;