Commit: 0c5c8949db358c8ad38fed926cf5061c29453229 Author: Julien Pauli <jpa...@php.net> Thu, 16 Apr 2015 14:02:31 +0200 Parents: 1cba7dcb2b3627ab72db366d3249b2697a4a61e1 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=0c5c8949db358c8ad38fed926cf5061c29453229 Log: 5.5.24 release Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index 0e00e8e..398d773 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -74,7 +74,7 @@ $QA_RELEASES = array( ), ), - '5.5.24' => array( + '5.5.25' => array( 'active' => true, 'snaps' => array( 'prefix' => 'php5.5-latest', @@ -82,12 +82,12 @@ $QA_RELEASES = array( ), 'release' => array( 'type' => 'RC', - 'number' => 1, - 'md5_bz2' => 'c02ec538caa5ab891717266f26243b56', - 'md5_gz' => '9aaaa6f8cf407c15c909f0b81c5db917', - 'md5_xz' => '635eca686bc7b1d8fb6d2ceb1e03ae52', - 'date' => '2 Apr 2015', - 'baseurl' => 'http://downloads.php.net/jpauli/', + 'number' => 0, + 'md5_bz2' => '', + 'md5_gz' => '', + 'md5_xz' => '', + 'date' => '', + 'baseurl' => '', ), ), -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php