summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-03 13:07:56 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-03 13:07:56 (GMT)
commita1f9b28c6fc6de0e4e9bb2b08749a1814e1a4439 (patch)
tree72dcda560670626f4c0baa61f9d3583ff957e861 /Source
parentcf8625cf52322281e17dc629abce07c853339d0b (diff)
downloadCMake-a1f9b28c6fc6de0e4e9bb2b08749a1814e1a4439.zip
CMake-a1f9b28c6fc6de0e4e9bb2b08749a1814e1a4439.tar.gz
CMake-a1f9b28c6fc6de0e4e9bb2b08749a1814e1a4439.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 2d4d588..ee66222 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: 2006-11-02 13:08:09 +0000";
+ std::string cver = "Date: 2006-11-03 13:07:56 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;