summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-11 11:56:01 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-11 11:56:01 (GMT)
commit5604a14d7d26defb18a4369a63ee8ab4c15d078d (patch)
tree50ccfdf7a552fac1a784f5e31f25c9e03c77b577 /Source/cmVersion.cxx
parente918403eee43a7ae2d513bc336d22f850d0d4760 (diff)
downloadCMake-5604a14d7d26defb18a4369a63ee8ab4c15d078d.zip
CMake-5604a14d7d26defb18a4369a63ee8ab4c15d078d.tar.gz
CMake-5604a14d7d26defb18a4369a63ee8ab4c15d078d.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 06abb7c..772ad41 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-07-10 11:53:05 +0000";
+ std::string cver = "Date: 2006-07-11 11:56:01 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;