Commit: d576dc852702fc11daddeb0142403993118b70cf Author: Julien Pauli <jpa...@php.net> Thu, 26 Jun 2014 11:37:54 +0200 Parents: ea01b74b4b7961687cfd6c0c7d9ae1ebb2dd81c3 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=d576dc852702fc11daddeb0142403993118b70cf Log: 5.5.14 release Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index f2ed9c3..cefb76d 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -82,7 +82,7 @@ $QA_RELEASES = array( ), ), - '5.5.14' => array( + '5.5.15' => array( 'active' => true, 'snaps' => array( 'prefix' => 'php5.5-latest', @@ -90,10 +90,10 @@ $QA_RELEASES = array( ), 'release' => array( 'type' => 'RC', - 'number' => 1, - 'md5_bz2' => '196c25fa3c965ffe07b26ccb21296e28', - 'md5_gz' => 'cc59aa69e1ed8648b788c02e1fcbad26', - 'md5_xz' => '148673dd38920dcfca9eb4953b1ffbb7', + 'number' => 0, + 'md5_bz2' => '', + 'md5_gz' => '', + 'md5_xz' => '', 'date' => '12 Jun 2014', 'baseurl' => 'http://downloads.php.net/jpauli/', ), -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php