summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-11 11:59:24 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-11 11:59:24 (GMT)
commit560a4371a73102386cfe748c44efa4119f646818 (patch)
treee607c65d35fcaa7500f074d083e8d6961b5872f6 /Source
parent372b6932ed5d7278bcdf2c3d6d206df0a01063ca (diff)
downloadCMake-560a4371a73102386cfe748c44efa4119f646818.zip
CMake-560a4371a73102386cfe748c44efa4119f646818.tar.gz
CMake-560a4371a73102386cfe748c44efa4119f646818.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 6caa1fa..7b26c4d 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-10 12:08:57 +0000";
+ std::string cver = "Date: 2006-08-11 11:59:24 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;