Commit:    a58feac905c65cc1f9b78b03fb10563973b82c67
Author:    Stanislav Malyshev <smalys...@gmail.com>         Thu, 6 Jun 2013 
13:25:31 -0700
Parents:   b67132fe7955dc62f3e38c99791aa63ada1be485
Branches:  master

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

Log:
5.4.17 is next

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 9fdc53a..acfddf1 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -50,7 +50,7 @@ TODO:
 
 $QA_RELEASES = array(
        
-       '5.3.26' => array(
+       '5.3.27' => array(
                'active'                => true,
                'snaps'                 => array(
                        'prefix'        => 'php5.3-latest',
@@ -58,15 +58,15 @@ $QA_RELEASES = array(
                ),
                'release'               => array(
                        'type'          => 'RC',
-                       'number'        => 1,
-                       'md5_bz2'       => 'f710e9854cf55614774e4c4b4541b4fa',
-                       'md5_gz'        => 'dd7c4068c82c4d131e90bf9260f1ac1f',
-                       'date'          => '23 May 2013',
+                       'number'        => 0,
+                       'md5_bz2'       => '',
+                       'md5_gz'        => '',
+                       'date'          => '',
                        'baseurl'       => 'http://downloads.php.net/johannes/',
                ),
        ),
 
-       '5.4.16' => array(
+       '5.4.17' => array(
                'active'                => true,
                'snaps'                 => array(
                        'prefix'        => 'php5.4-latest',
@@ -74,10 +74,10 @@ $QA_RELEASES = array(
                ),
                'release'               => array(
                        'type'          => 'RC',
-                       'number'    => 1,
-                       'md5_bz2'   => '214139aef08c21aa17a6100731221b66',
-                       'md5_gz'    => '382ebc299f88ba52d7d092d70d8f6997',
-                       'date'          => '23 May 2013',
+                       'number'    => 0,
+                       'md5_bz2'   => '',
+                       'md5_gz'    => '',
+                       'date'          => '',
                        '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