Commit: 2b6a0857ec62cda457ad7a093c07a1be84629ab1 Author: Johannes Schlüter <johan...@schlueters.de> Fri, 22 Feb 2013 12:53:01 +0100 Parents: e218f5a9ced422e1ccb4db046d545d0e56b6f2a9 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=2b6a0857ec62cda457ad7a093c07a1be84629ab1 Log: PHP 5.3.23 and 5.4.13 will be next Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index 51fc6b8..eba3b1e 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -50,7 +50,7 @@ TODO: $QA_RELEASES = array( - '5.3.22' => array( + '5.3.23' => array( 'active' => true, 'snaps' => array( 'prefix' => 'php5.3-latest', @@ -58,7 +58,7 @@ $QA_RELEASES = array( ), 'release' => array( 'type' => 'RC', - 'number' => 2, + 'number' => 0, 'md5_bz2' => '1ed31af207d61dca87454b8aacb87e26', 'md5_gz' => '3bacf32176eeff1b1e892edbd578f609', 'date' => '14 Feb 2013', @@ -66,7 +66,7 @@ $QA_RELEASES = array( ), ), - '5.4.12' => array( + '5.4.13' => array( 'active' => true, 'snaps' => array( 'prefix' => 'php5.4-latest', @@ -74,7 +74,7 @@ $QA_RELEASES = array( ), 'release' => array( 'type' => 'RC', - 'number' => 2, + 'number' => 0, 'md5_bz2' => 'b3f4f924f733f191249cebdfe3dced5e', 'md5_gz' => 'a47664b3ca458d4cba1dcc8312817582', 'date' => '14 Feb 2013', -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php