summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-05 09:18:56 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-05 09:18:56 (GMT)
commitaa59ab16083b699ca8512c41a2ea17e98fd6685e (patch)
tree764304da34d92574653556ff8b093622cbfd3a24 /Source
parent4dcff554793af82c0aa09fce16acfe8f39c1053b (diff)
downloadCMake-aa59ab16083b699ca8512c41a2ea17e98fd6685e.zip
CMake-aa59ab16083b699ca8512c41a2ea17e98fd6685e.tar.gz
CMake-aa59ab16083b699ca8512c41a2ea17e98fd6685e.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 3169c71..4381589 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-03 09:24:06 +0000";
+ std::string cver = "Date: 2005-11-05 09:18:56 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;