summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-21 03:17:42 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-21 03:17:42 (GMT)
commit517a53e2d1830924389a89e1baf63e5cb95bdb0a (patch)
treeb7ab388c9bd4d35cc6f7d49ffbba35d09bc99d91 /Source/cmVersion.cxx
parent7db8c86ac90e48aa4a36ba67dd2635646820b62f (diff)
downloadCMake-517a53e2d1830924389a89e1baf63e5cb95bdb0a.zip
CMake-517a53e2d1830924389a89e1baf63e5cb95bdb0a.tar.gz
CMake-517a53e2d1830924389a89e1baf63e5cb95bdb0a.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 ca6b291..783a4a7 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-08-20 03:17:38 +0000";
+ std::string cver = "Date: 2007-08-21 03:17:42 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;