summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-03 06:11:26 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-03 06:11:26 (GMT)
commitb6a2c9bd91303b88810ff3b85f89ce64d089bdbc (patch)
tree22831adecd254ede6498df0282456a64cf9e2af6
parentebbe10193ff5f41c77f2e3cafae06f7c0f30c0c4 (diff)
downloadCMake-b6a2c9bd91303b88810ff3b85f89ce64d089bdbc.zip
CMake-b6a2c9bd91303b88810ff3b85f89ce64d089bdbc.tar.gz
CMake-b6a2c9bd91303b88810ff3b85f89ce64d089bdbc.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 b6adf6d..6c10d7b 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-02 06:08:34 +0000";
+ std::string cver = "Date: 2006-01-03 06:11:26 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;