summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-22 12:01:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-22 12:01:35 (GMT)
commit55b0935a79cf3c32637b9a4d2c39da7322870042 (patch)
tree42ddb712d3e8f110c821c6b29981efdda856e4ad
parentdfece7aa483260997786c84cf48054655ec6e06b (diff)
downloadCMake-55b0935a79cf3c32637b9a4d2c39da7322870042.zip
CMake-55b0935a79cf3c32637b9a4d2c39da7322870042.tar.gz
CMake-55b0935a79cf3c32637b9a4d2c39da7322870042.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 35cd633..b37b61c 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-06-21 11:56:50 +0000";
+ std::string cver = "Date: 2006-06-22 12:01:35 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;