summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-26 08:40:46 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-26 08:40:46 (GMT)
commit182f6f969c3709288c2601a0cf78ff5df95841dc (patch)
tree620ba951208fa74254fd4bf24762a88b2c68a62c
parentccea94278be686283a1b19e4f700891a6774e3a6 (diff)
downloadCMake-182f6f969c3709288c2601a0cf78ff5df95841dc.zip
CMake-182f6f969c3709288c2601a0cf78ff5df95841dc.tar.gz
CMake-182f6f969c3709288c2601a0cf78ff5df95841dc.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 8fed23b..87641a4 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: 2004-10-25 08:34:51 +0000";
+ std::string cver = "Date: 2004-10-26 08:40:46 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;