summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-26 09:32:27 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-26 09:32:27 (GMT)
commit6b0c50e824914701c3b341e24f3dc79c302a9818 (patch)
tree1155b882ba02ad468427cc871a27f5a47c6b8cc0 /Source/cmVersion.cxx
parentc564125896bd75ed210ef2eddd42becb2eff6d47 (diff)
downloadCMake-6b0c50e824914701c3b341e24f3dc79c302a9818.zip
CMake-6b0c50e824914701c3b341e24f3dc79c302a9818.tar.gz
CMake-6b0c50e824914701c3b341e24f3dc79c302a9818.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index aeda5a0..6b33d1e 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-25 09:32:53 +0000";
+ std::string cver = "Date: 2005-10-26 09:32:27 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;