diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-16 12:12:19 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-16 12:12:19 (GMT) |
commit | 93f8880ca12817d5fb23b79c0efb91b73893eaae (patch) | |
tree | 27b2c35065db7c4a1b0b1dd71c925815126f1d7c | |
parent | 276e7e21a3bfa862ca5f966fbba5ed6390fcf1ae (diff) | |
download | CMake-93f8880ca12817d5fb23b79c0efb91b73893eaae.zip CMake-93f8880ca12817d5fb23b79c0efb91b73893eaae.tar.gz CMake-93f8880ca12817d5fb23b79c0efb91b73893eaae.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 be5c6f8..831ea39 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-08-15 11:56:21 +0000"; + std::string cver = "Date: 2006-08-16 12:12:19 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |