diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-09 11:47:15 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-09 11:47:15 (GMT) |
commit | aab5816479bb7e211ce418b8ceb3da817b915cd5 (patch) | |
tree | b89cab1376db53c82d59f1048461400dc2120572 | |
parent | 2ddf9ad56a76e8fbc0fb2d9103f4f05f8fd28e30 (diff) | |
download | CMake-aab5816479bb7e211ce418b8ceb3da817b915cd5.zip CMake-aab5816479bb7e211ce418b8ceb3da817b915cd5.tar.gz CMake-aab5816479bb7e211ce418b8ceb3da817b915cd5.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 bee3469..588aeb6 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-08 11:39:40 +0000"; + std::string cver = "Date: 2006-08-09 11:47:14 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |