diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-11-17 13:11:23 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-11-17 13:11:23 (GMT) |
commit | 384dd715d5d03dd0f8ad1a3f8ae025408c763a2d (patch) | |
tree | 81c26d1fba9d894d6ff3b4cd5b7dac5e4d101346 | |
parent | d92f22023cc83e58c056271b6177279ce0d0f847 (diff) | |
download | CMake-384dd715d5d03dd0f8ad1a3f8ae025408c763a2d.zip CMake-384dd715d5d03dd0f8ad1a3f8ae025408c763a2d.tar.gz CMake-384dd715d5d03dd0f8ad1a3f8ae025408c763a2d.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 95d1392..15ac36a 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-16 13:10:11 +0000"; + std::string cver = "Date: 2006-11-17 13:11:23 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |