summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-25 09:35:49 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-25 09:35:49 (GMT)
commit6e97ab11134c4ee5c1a1b222477f3663bf97103e (patch)
treed1e26e3a6f7cdb2b71af812e0596795470b2933c
parent0bd4649fe6c5867c6232658f2c2a9d224a57c113 (diff)
downloadCMake-6e97ab11134c4ee5c1a1b222477f3663bf97103e.zip
CMake-6e97ab11134c4ee5c1a1b222477f3663bf97103e.tar.gz
CMake-6e97ab11134c4ee5c1a1b222477f3663bf97103e.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 8c1770f..cfc7357 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-08-24 13:08:50 +0000";
+ std::string cver = "Date: 2006-08-25 09:35:49 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;