diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-26 13:42:51 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-26 13:42:51 (GMT) |
commit | 13d778fee92144417f92a25f471f59213055a930 (patch) | |
tree | f0c9c39b2bdffbe4e95487799d0cbed2b14fe2e1 | |
parent | 7e47f8496a3021a2b9a39a909514b7b20ff0d801 (diff) | |
download | CMake-13d778fee92144417f92a25f471f59213055a930.zip CMake-13d778fee92144417f92a25f471f59213055a930.tar.gz CMake-13d778fee92144417f92a25f471f59213055a930.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 cfc7357..6e13a1e 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-25 09:35:49 +0000"; + std::string cver = "Date: 2006-08-26 13:42:51 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |