diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-03 06:11:26 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-03 06:11:26 (GMT) |
commit | b6a2c9bd91303b88810ff3b85f89ce64d089bdbc (patch) | |
tree | 22831adecd254ede6498df0282456a64cf9e2af6 | |
parent | ebbe10193ff5f41c77f2e3cafae06f7c0f30c0c4 (diff) | |
download | CMake-b6a2c9bd91303b88810ff3b85f89ce64d089bdbc.zip CMake-b6a2c9bd91303b88810ff3b85f89ce64d089bdbc.tar.gz CMake-b6a2c9bd91303b88810ff3b85f89ce64d089bdbc.tar.bz2 |
STYLE: Nightly Version update
-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 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; |