summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-26 15:45:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-26 15:45:48 (GMT)
commit97286f3470c9245f53b12c66187d0fb52661aa5c (patch)
treeb9030e9457c6a86e1551838f25543213f18803e1 /Source
parent82a8e9be99ca26f6941d5cf7dc7d79db82f8128c (diff)
downloadCMake-97286f3470c9245f53b12c66187d0fb52661aa5c.zip
CMake-97286f3470c9245f53b12c66187d0fb52661aa5c.tar.gz
CMake-97286f3470c9245f53b12c66187d0fb52661aa5c.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 8f08c4e..d605d25 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-07-25 15:41:48 +0000";
+ std::string cver = "Date: 2005-07-26 15:45:48 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;