summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-15 07:59:08 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-15 07:59:08 (GMT)
commitd940b667f80f7828cfc48815de135a36b59b2462 (patch)
treeb799808da05937aed0f4b357d8997aad7e8fbe81 /Source
parente4b5de6377bf144fadb7760efc3748f227807c25 (diff)
downloadCMake-d940b667f80f7828cfc48815de135a36b59b2462.zip
CMake-d940b667f80f7828cfc48815de135a36b59b2462.tar.gz
CMake-d940b667f80f7828cfc48815de135a36b59b2462.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 89855d8..e819c4c 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-05-14 12:33:28 +0000";
+ std::string cver = "Date: 2007-05-15 07:59:08 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;