summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-23 11:49:47 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-23 11:49:47 (GMT)
commitd55c340ec05bf7b6982d9d4df8a9931615c8d7f9 (patch)
treec9f5a41d77a1cf7900a8c52c547214592176e2ed /Source
parent592f602c98ece1e099b7ca54a18b7fd000469d35 (diff)
downloadCMake-d55c340ec05bf7b6982d9d4df8a9931615c8d7f9.zip
CMake-d55c340ec05bf7b6982d9d4df8a9931615c8d7f9.tar.gz
CMake-d55c340ec05bf7b6982d9d4df8a9931615c8d7f9.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 607fcc1..6e05ea0 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-22 12:04:05 +0000";
+ std::string cver = "Date: 2006-07-23 11:49:47 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;