diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-18 09:28:36 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-18 09:28:36 (GMT) |
commit | 342af15b2cdeec6dac77de3ba28d1b521af996a0 (patch) | |
tree | 8f42e84b3d4933f107266cbaa0301fa40d9bce96 /Source/cmVersion.cxx | |
parent | 793ae7172f2b52613875bb0ef7dd850b735c4189 (diff) | |
download | CMake-342af15b2cdeec6dac77de3ba28d1b521af996a0.zip CMake-342af15b2cdeec6dac77de3ba28d1b521af996a0.tar.gz CMake-342af15b2cdeec6dac77de3ba28d1b521af996a0.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 df9cd27..dfb7796 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-06-17 09:50:21 +0000"; + std::string cver = "Date: 2005-06-18 09:28:36 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |