diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-26 08:45:17 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-26 08:45:17 (GMT) |
commit | 8e38fd879280b743cc5973a45b6b583d68d9ca24 (patch) | |
tree | ca0bcc67173e5f1c9ab675f431635ebdb93313dc | |
parent | 26d4dd174f7f00a56a967dfc6e7feeb563143936 (diff) | |
download | CMake-8e38fd879280b743cc5973a45b6b583d68d9ca24.zip CMake-8e38fd879280b743cc5973a45b6b583d68d9ca24.tar.gz CMake-8e38fd879280b743cc5973a45b6b583d68d9ca24.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 15c27f9..110c8a1 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-04-25 07:03:46 +0000"; + std::string cver = "Date: 2005-04-26 08:45:17 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |