summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-10 07:32:13 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-10 07:32:13 (GMT)
commit187821af43f04a4f49f525f935174b8b3f1decea (patch)
tree4bb107f8d8cff29965d17e082dd1cf4d5a423c73 /Source
parent87efbe23426047bd303220aac1e7e4ea9cd14c3e (diff)
downloadCMake-187821af43f04a4f49f525f935174b8b3f1decea.zip
CMake-187821af43f04a4f49f525f935174b8b3f1decea.tar.gz
CMake-187821af43f04a4f49f525f935174b8b3f1decea.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 656f2e7..295263a 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-03-09 07:41:51 +0000";
+ std::string cver = "Date: 2006-03-10 07:32:13 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;