summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-06 13:05:34 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-06 13:05:34 (GMT)
commitaa072ed22ed14957a9f5ea39bd5812f0f4fac3ef (patch)
tree27b52e968e5d9f0fc8541f25d1f8262b147e69bd
parented184c7c7607ff68be179678be34ff705768edfd (diff)
downloadCMake-aa072ed22ed14957a9f5ea39bd5812f0f4fac3ef.zip
CMake-aa072ed22ed14957a9f5ea39bd5812f0f4fac3ef.tar.gz
CMake-aa072ed22ed14957a9f5ea39bd5812f0f4fac3ef.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 6073130..784bc79 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-05 12:58:12 +0000";
+ std::string cver = "Date: 2007-05-06 13:05:34 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;