diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-21 07:56:36 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-21 07:56:36 (GMT) |
commit | 2b812f431310b9d062ac0bb9dedfb025c623c324 (patch) | |
tree | 2eb3452eaf6f401885d9236dbfca4be02e2856b0 | |
parent | e86b9d33d0a5f957ae17ced82b530f99a3523737 (diff) | |
download | CMake-2b812f431310b9d062ac0bb9dedfb025c623c324.zip CMake-2b812f431310b9d062ac0bb9dedfb025c623c324.tar.gz CMake-2b812f431310b9d062ac0bb9dedfb025c623c324.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 bf342c6..82ec7a2 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-05-20 07:57:42 +0000"; + std::string cver = "Date: 2005-05-21 07:56:36 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |