Commit: f6add08b327240b4fc4626e5c580259c5f056a52 Author: Davey Shafik <m...@daveyshafik.com> Thu, 21 Jul 2016 02:48:16 -0700 Parents: 1f6df425876d7a5b25390350008f8ef13016bc8f Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=f6add08b327240b4fc4626e5c580259c5f056a52 Log: Update for 7.1.0beta1 Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index a3daed8..dd76ae8 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -132,13 +132,13 @@ $QA_RELEASES = array( 'baseurl' => 'http://snaps.php.net/', ), 'release' => array( - 'type' => 'alpha', - 'number' => 3, - 'md5_bz2' => 'c1b0a880cbb941f2652735ea51d0de1c', - 'md5_gz' => 'fb1893914f37ea69a557c58ef5ba388e', - 'md5_xz' => '3301a2f3a60d4333c4a9008628c1e106', - 'date' => '07 July 2016', - 'baseurl' => 'http://downloads.php.net/krakjoe/', + 'type' => 'beta', + 'number' => 1, + 'md5_bz2' => '68fbd1bc98ba7c636dabc85698bc0046', + 'md5_gz' => '027419ebe7b5a9b5433ced25a9594061', + 'md5_xz' => 'f63c3acc5c15e69853a164b40e107d7f', + 'date' => '21 July 2016', + 'baseurl' => 'http://downloads.php.net/ab/', ), ), -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php