Commit: 4f46a176a150ff5055e2b168cd3825fe7c482ba2 Author: Julien Pauli <jpa...@php.net> Thu, 12 Jun 2014 13:25:17 +0200 Parents: 5bad872d7eb41b25d68155827558b739bd0db23f Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=4f46a176a150ff5055e2b168cd3825fe7c482ba2 Log: 5.5.14RC1 Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index 8869fc4..2dd885a 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -89,12 +89,12 @@ $QA_RELEASES = array( 'baseurl' => 'http://snaps.php.net/', ), 'release' => array( - 'type' => '', - 'number' => 0, - 'md5_bz2' => '', - 'md5_gz' => '', - 'md5_xz' => '', - 'date' => '', + 'type' => 'RC', + 'number' => 1, + 'md5_bz2' => '196c25fa3c965ffe07b26ccb21296e28', + 'md5_gz' => 'cc59aa69e1ed8648b788c02e1fcbad26', + 'md5_xz' => '148673dd38920dcfca9eb4953b1ffbb7', + '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