diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-15 09:40:25 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-15 09:40:25 (GMT) |
commit | 5706117592b22e230992870ab331e9c27f61663e (patch) | |
tree | 198abc252f7eace53bece4d62db2d237ea06374a | |
parent | d1cd0c2d5a3050f7c9d5076a43216409ab15970d (diff) | |
download | CMake-5706117592b22e230992870ab331e9c27f61663e.zip CMake-5706117592b22e230992870ab331e9c27f61663e.tar.gz CMake-5706117592b22e230992870ab331e9c27f61663e.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 644fde3..89341bf 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-14 09:45:19 +0000"; + std::string cver = "Date: 2005-08-15 09:40:25 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |