summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-12 10:36:07 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-12 10:36:07 (GMT)
commit29deba3265011d5197c7b4ac50c371b70f49e52f (patch)
tree2d4302c28fdc19e42d132a8978265d08312359ca /Source
parent243ae7272c04b22f33e84ae75cfd554cd126799f (diff)
downloadCMake-29deba3265011d5197c7b4ac50c371b70f49e52f.zip
CMake-29deba3265011d5197c7b4ac50c371b70f49e52f.tar.gz
CMake-29deba3265011d5197c7b4ac50c371b70f49e52f.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 eb31408..ce27955 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-11-11 10:34:52 +0000";
+ std::string cver = "Date: 2004-11-12 10:36:07 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;