diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-22 21:36:55 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-22 21:36:55 (GMT) |
commit | f5a5304c95b15fe09141a742963f298313669049 (patch) | |
tree | 0712339266eef66d1c57d5cc5a532410d7420fa0 /Source | |
parent | 7041af809dbf614c67e8449b2342c44b01cbf4cf (diff) | |
download | CMake-f5a5304c95b15fe09141a742963f298313669049.zip CMake-f5a5304c95b15fe09141a742963f298313669049.tar.gz CMake-f5a5304c95b15fe09141a742963f298313669049.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 3ff6e15..b237d5d 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-07-21 14:26:03 +0000"; + std::string cver = "Date: 2005-07-22 21:36:55 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |