summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-25 08:34:51 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-25 08:34:51 (GMT)
commit604478e0f6d5b0d4277923d6ebd263b6d5ca1809 (patch)
tree87e186b44a5ef64ec4464228a2913324276d85cb /Source
parent5f5504fc25642b081db4a6df1f5007f0b11dbb77 (diff)
downloadCMake-604478e0f6d5b0d4277923d6ebd263b6d5ca1809.zip
CMake-604478e0f6d5b0d4277923d6ebd263b6d5ca1809.tar.gz
CMake-604478e0f6d5b0d4277923d6ebd263b6d5ca1809.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 faeee71..8fed23b 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-24 15:38:03 +0000";
+ std::string cver = "Date: 2004-10-25 08:34:51 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;