summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-06 15:46:12 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-06 15:46:12 (GMT)
commit62e7e3451459c89a55640231cd7dbbf54589bef6 (patch)
tree97e62621ad9d6dc173604cd93f466c5ee6da4588 /Source/cmVersion.cxx
parentaf0b15aff48f66d436e3006b7ee04a099b2c5bf3 (diff)
downloadCMake-62e7e3451459c89a55640231cd7dbbf54589bef6.zip
CMake-62e7e3451459c89a55640231cd7dbbf54589bef6.tar.gz
CMake-62e7e3451459c89a55640231cd7dbbf54589bef6.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 3eef4ac..afb8c12 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-06-05 13:05:41 +0000";
+ std::string cver = "Date: 2007-06-06 15:46:12 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;