Commit: 8f31e48ec3961204ab0b46885f335b72d35141ce Author: Anatol Belski <a...@php.net> Thu, 6 Jul 2017 12:06:42 +0200 Parents: 808942b865e355f16c727dc2050c4ec9ef832f9a Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=8f31e48ec3961204ab0b46885f335b72d35141ce Log: 7.0.22 next Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index 0f6d876..e26c77c 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -56,14 +56,14 @@ $QA_RELEASES = array( ), ), - '7.0.21' => array( + '7.0.22' => array( 'active' => true, 'release' => array( 'type' => 'RC', - 'number' => 1, - 'sha256_bz2' => '0fc5210314bf3a9d110683bf3e27799108af5ff760bd4f18ab7b8c9fb4e0a53e', - 'sha256_gz' => '4acb712df856c8303dbb9c8cd20b9839021e36194520500984557bfa41f711cc', - 'sha256_xz' => '0093d288a10ddcd69f06b2fad7ea8068217ad37b55589bfa6e3ee20ae7708239', + 'number' => 0, + 'sha256_bz2' => '', + 'sha256_gz' => '', + 'sha256_xz' => '', 'date' => '22 June 2017', 'baseurl' => 'http://downloads.php.net/ab/', ), -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php