diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-06-29 11:10:09 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-06-29 11:10:09 (GMT) |
commit | cb87d935766a3226bf3ac723ba33a9bde9db5c49 (patch) | |
tree | 6c674a7e75b2e2a1252072904311324f8a8e6f8f | |
parent | c02e2b7fddc7f81d3e494bac3271e3c4dbe67021 (diff) | |
download | CMake-cb87d935766a3226bf3ac723ba33a9bde9db5c49.zip CMake-cb87d935766a3226bf3ac723ba33a9bde9db5c49.tar.gz CMake-cb87d935766a3226bf3ac723ba33a9bde9db5c49.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 3c762ee..ca635c1 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-06-28 11:21:00 +0000"; + std::string cver = "Date: 2006-06-29 11:10:09 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |