Commit: 42878022d50091607431c9a2e1e82a0c28a7aaaa Author: Stanislav Malyshev <smalys...@gmail.com> Wed, 13 Mar 2013 22:50:07 -0700 Parents: 4658466e7a32faf6d13b9e3b33a1ab866740897f Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=42878022d50091607431c9a2e1e82a0c28a7aaaa Log: 5.4.14 and 5.3.24 are next Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index 97e1284..4ed6f7e 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -50,7 +50,7 @@ TODO: $QA_RELEASES = array( - '5.3.23' => array( + '5.3.24' => array( 'active' => true, 'snaps' => array( 'prefix' => 'php5.3-latest', @@ -58,7 +58,7 @@ $QA_RELEASES = array( ), 'release' => array( 'type' => 'RC', - 'number' => 1, + 'number' => 0, 'md5_bz2' => '2e43eccb7d66edc59ec0d8ada68cddb5', 'md5_gz' => 'cfc8e5f396670f60366edfbfa77b342a', 'date' => '28 Feb 2013', @@ -66,7 +66,7 @@ $QA_RELEASES = array( ), ), - '5.4.13' => array( + '5.4.14' => array( 'active' => true, 'snaps' => array( 'prefix' => 'php5.4-latest', @@ -74,7 +74,7 @@ $QA_RELEASES = array( ), 'release' => array( 'type' => 'RC', - 'number' => 1, + 'number' => 0, 'md5_bz2' => '4fb3af010feb556aeb3fad3aab8fd222', 'md5_gz' => '5d4928e02cab32a3995270d233010dbe', 'date' => '28 Feb 2013', -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php