summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-02 06:08:34 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-02 06:08:34 (GMT)
commitf379128fa3264c41594381e910f8d5c6b2afefea (patch)
tree773aabdc8b823ea52cfee52175ff1570fea07066 /Source/cmVersion.cxx
parent8477aa59e5b5f52f81cc140012471faaeba11dbd (diff)
downloadCMake-f379128fa3264c41594381e910f8d5c6b2afefea.zip
CMake-f379128fa3264c41594381e910f8d5c6b2afefea.tar.gz
CMake-f379128fa3264c41594381e910f8d5c6b2afefea.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index cdacb22..b6adf6d 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-01-01 06:05:36 +0000";
+ std::string cver = "Date: 2006-01-02 06:08:34 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;