diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-05 08:25:25 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-05 08:25:25 (GMT) |
commit | 2681215256835253cf18d47d314b3202df8e9651 (patch) | |
tree | 9a4e8e4b15ed34b04ba9b0d0c90f17efe82066bb /Source/cmVersion.cxx | |
parent | 2df5c6033cfb752f312ecd27a080ed1685c26163 (diff) | |
download | CMake-2681215256835253cf18d47d314b3202df8e9651.zip CMake-2681215256835253cf18d47d314b3202df8e9651.tar.gz CMake-2681215256835253cf18d47d314b3202df8e9651.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 cdbadda..727f86b 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-04-04 07:01:45 +0000"; + std::string cver = "Date: 2005-04-05 08:25:25 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |