summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-04 09:02:49 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-04 09:02:49 (GMT)
commit6258a11c5d96edd9fecd8c85cbd888945acbc066 (patch)
treee2195d104be8f4119192aa712709aba679e6570a /Source
parentd937de494a87b7d113ac2f16732cde3bbfa0dffd (diff)
downloadCMake-6258a11c5d96edd9fecd8c85cbd888945acbc066.zip
CMake-6258a11c5d96edd9fecd8c85cbd888945acbc066.tar.gz
CMake-6258a11c5d96edd9fecd8c85cbd888945acbc066.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 6decfea..3a9c424 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-10-03 09:03:22 +0000";
+ std::string cver = "Date: 2005-10-04 09:02:49 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;