diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-20 07:57:42 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-20 07:57:42 (GMT) |
commit | 75598b9de0a39b5be2ba3b5c1aea7ea1985ca7a9 (patch) | |
tree | 50d97b932de3fe246c562269ee282b8e09861702 | |
parent | 39f0eadad31b421d28a1bc7b0c644a8268d500f8 (diff) | |
download | CMake-75598b9de0a39b5be2ba3b5c1aea7ea1985ca7a9.zip CMake-75598b9de0a39b5be2ba3b5c1aea7ea1985ca7a9.tar.gz CMake-75598b9de0a39b5be2ba3b5c1aea7ea1985ca7a9.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 74eb456..bf342c6 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-05-19 07:55:29 +0000"; + std::string cver = "Date: 2005-05-20 07:57:42 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |