diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-11 07:07:34 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-11 07:07:34 (GMT) |
commit | e09f2a6404070aa5b21e8c5a850bb8e1f3c35bc5 (patch) | |
tree | 8e63e614cd113d48c7ade1d45dc8c548f2d1e3aa | |
parent | c51fa2ba883d0948bc2e16f2b75878a842c2e362 (diff) | |
download | CMake-e09f2a6404070aa5b21e8c5a850bb8e1f3c35bc5.zip CMake-e09f2a6404070aa5b21e8c5a850bb8e1f3c35bc5.tar.gz CMake-e09f2a6404070aa5b21e8c5a850bb8e1f3c35bc5.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 03cc9a7..87a2c0a 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: 2005-07-10 07:08:18 +0000"; + std::string cver = "Date: 2005-07-11 07:07:34 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |