summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-25 10:18:47 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-25 10:18:47 (GMT)
commit4918330de73aa4758c1e9084392ae4d4f3d29fb6 (patch)
tree57e07c49c203e5f4b8ccbcb1d6673854f738d934 /Source
parent36653b9619ba3777b7b90b3f8a25b732930c1145 (diff)
downloadCMake-4918330de73aa4758c1e9084392ae4d4f3d29fb6.zip
CMake-4918330de73aa4758c1e9084392ae4d4f3d29fb6.tar.gz
CMake-4918330de73aa4758c1e9084392ae4d4f3d29fb6.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 839cc3b..5a19709 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-11-24 10:21:13 +0000";
+ std::string cver = "Date: 2005-11-25 10:18:47 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;