diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-06 07:11:59 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-06 07:11:59 (GMT) |
commit | 174cad0994f126c61eb129773742a9d189f22021 (patch) | |
tree | d312295ea94b249c134bc3692eede0515c00e052 /Source | |
parent | 2b7e43961cb2f401ce54ae5327a1e50e736ec773 (diff) | |
download | CMake-174cad0994f126c61eb129773742a9d189f22021.zip CMake-174cad0994f126c61eb129773742a9d189f22021.tar.gz CMake-174cad0994f126c61eb129773742a9d189f22021.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmVersion.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx index d6cdaf3..ac5c271 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-03-05 07:11:30 +0000"; + std::string cver = "Date: 2006-03-06 07:11:59 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |