diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-17 07:57:41 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-17 07:57:41 (GMT) |
commit | 226f7f6639e1cffaeef1b85862a480d22bb0b053 (patch) | |
tree | 59627be5ede89922b3b8f056867282bb10004445 | |
parent | 7ed018ec09cd68bd1417b9bf0d29ebb963e2c213 (diff) | |
download | CMake-226f7f6639e1cffaeef1b85862a480d22bb0b053.zip CMake-226f7f6639e1cffaeef1b85862a480d22bb0b053.tar.gz CMake-226f7f6639e1cffaeef1b85862a480d22bb0b053.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 f807995..54faf25 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-15 07:57:16 +0000"; + std::string cver = "Date: 2005-05-17 07:57:41 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |