diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-13 09:50:47 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-13 09:50:47 (GMT) |
commit | de88409bfeb7e130b71a764854872778768d2555 (patch) | |
tree | cfb751a1885debc0afd2329c809e6e5b9ddf20aa /Source | |
parent | 634f22e41f5164edd62fe01c0a0a2cc9739ab2ad (diff) | |
download | CMake-de88409bfeb7e130b71a764854872778768d2555.zip CMake-de88409bfeb7e130b71a764854872778768d2555.tar.gz CMake-de88409bfeb7e130b71a764854872778768d2555.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 cfdc394..29596f9 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-08-12 15:57:12 +0000"; + std::string cver = "Date: 2005-08-13 09:50:47 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |