Commit:    f5e70be2083e4aa454870746e56d68e34fe8c96e
Author:    Johannes Schlüter <johan...@schlueters.de>         Thu, 11 Apr 2013 
13:12:37 +0200
Parents:   00fba4b93cf4e96bf7aff21cb1fbe1990fa8fc6d
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=f5e70be2083e4aa454870746e56d68e34fe8c96e

Log:
No 5.3 and 5.4 RCs

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 2f6ce61..42258a7 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -50,7 +50,7 @@ TODO:
 
 $QA_RELEASES = array(
        
-       '5.3.24' => array(
+       '5.3.25' => array(
                'active'                => true,
                'snaps'                 => array(
                        'prefix'        => 'php5.3-latest',
@@ -58,15 +58,15 @@ $QA_RELEASES = array(
                ),
                'release'               => array(
                        'type'          => 'RC',
-                       'number'        => 1,
-                       'md5_bz2'       => '62d8f8b8e4673959bff3260ccc1602a4',
-                       'md5_gz'        => '5128501b4dc009c9ab4df8f2813da7a5',
+                       'number'        => 0,
+                       'md5_bz2'       => '',
+                       'md5_gz'        => '',
                        'date'          => '28 Mar 2013',
                        'baseurl'       => 'http://downloads.php.net/johannes/',
                ),
        ),
 
-       '5.4.14' => array(
+       '5.4.15' => array(
                'active'                => true,
                'snaps'                 => array(
                        'prefix'        => 'php5.4-latest',
@@ -74,9 +74,9 @@ $QA_RELEASES = array(
                ),
                'release'               => array(
                        'type'          => 'RC',
-                       'number'    => 1,
-                       'md5_bz2'   => '00925682fc0b5a52e2f31e49c8050aa7',
-                       'md5_gz'    => '988037228a0c0b887c2d0cb8a9e070db',
+                       'number'    => 0,
+                       'md5_bz2'   => '',
+                       'md5_gz'    => '',
                        'date'          => '28 Mar 2013',
                        'baseurl'       => 'http://downloads.php.net/stas/',
                ),


--
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to