summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-25 09:32:53 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-25 09:32:53 (GMT)
commitc564125896bd75ed210ef2eddd42becb2eff6d47 (patch)
tree664440a909ffa63704dec3a000959893210e0edb
parent27d06a749239bcbb1c6f030441a4362bf6162648 (diff)
downloadCMake-c564125896bd75ed210ef2eddd42becb2eff6d47.zip
CMake-c564125896bd75ed210ef2eddd42becb2eff6d47.tar.gz
CMake-c564125896bd75ed210ef2eddd42becb2eff6d47.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 5d48960..aeda5a0 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-24 09:29:34 +0000";
+ std::string cver = "Date: 2005-10-25 09:32:53 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;