summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-30 06:29:31 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-30 06:29:31 (GMT)
commit1192f03f45a61e70be129f510d338b0a101d9943 (patch)
tree4ceb27f5e6ac7aace9f400d5ba78af2774e342ff /Source/cmVersion.cxx
parent9eb1ec3efed2e6084eda5fd30eba97bac5645728 (diff)
downloadCMake-1192f03f45a61e70be129f510d338b0a101d9943.zip
CMake-1192f03f45a61e70be129f510d338b0a101d9943.tar.gz
CMake-1192f03f45a61e70be129f510d338b0a101d9943.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 6b2a6b5..5fb5c58 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-11-28 05:05:44 +0000";
+ std::string cver = "Date: 2006-11-30 06:29:31 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;