diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-02 08:02:51 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-02 08:02:51 (GMT) |
commit | 88a9cb9fa5e5ebd8640c45a4a1c095ed784d84db (patch) | |
tree | fe424ad33a9181b873b8da99e7c44433c4a35ab4 /Source/cmVersion.cxx | |
parent | 36121b92345993a338129ca535cfcc7bc5de2c5c (diff) | |
download | CMake-88a9cb9fa5e5ebd8640c45a4a1c095ed784d84db.zip CMake-88a9cb9fa5e5ebd8640c45a4a1c095ed784d84db.tar.gz CMake-88a9cb9fa5e5ebd8640c45a4a1c095ed784d84db.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 ba9ae19..8760edd 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-01 07:56:00 +0000"; + std::string cver = "Date: 2005-06-02 08:02:51 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |