summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-19 06:06:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-19 06:06:21 (GMT)
commit64f7c3c41caf186e01996ebd59a88580b07e4ce3 (patch)
tree5f9f8abcca4835e30fb5bd903b486f2ed053fa7b /Source
parent19138bc9c49c9ba036d1eb27a51a8738a0742e68 (diff)
downloadCMake-64f7c3c41caf186e01996ebd59a88580b07e4ce3.zip
CMake-64f7c3c41caf186e01996ebd59a88580b07e4ce3.tar.gz
CMake-64f7c3c41caf186e01996ebd59a88580b07e4ce3.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 c151475..5006e6e 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: 2005-12-18 06:05:59 +0000";
+ std::string cver = "Date: 2005-12-19 06:06:21 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;