Commit:    f03bee134761a9aa1f4b92b88dba35503af4afd1
Author:    Julien Pauli <jpa...@php.net>         Thu, 6 Mar 2014 09:43:14 +0100
Parents:   d58938145ce652ffc2ea9eeeb9bb313f0c828acd
Branches:  master

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

Log:
5.5.10 release

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index be3f98a..10dd2d8 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -82,7 +82,7 @@ $QA_RELEASES = array(
                ),
        ),
        
-       '5.5.10' => array(
+       '5.5.11' => array(
                'active'                => true,
                'snaps'                 => array(
                        'prefix'        => 'php5.5-latest',
@@ -90,11 +90,11 @@ $QA_RELEASES = array(
                ),
                'release'               => array(
                        'type'          => 'RC',
-                       'number'    => 1,
-                       'md5_bz2'   => 'fbacf281a7b0c0e0a7f8bed47551abb2',
-                       'md5_gz'    => '8a21c793b27842fdb8d7d44cdf674ebf',
-                       'md5_xz'    => '94828e791863baf62538c966a7dc9c7d',
-                       'date'      => '20 Feb 2014',
+                       'number'    => 0,
+                       'md5_bz2'   => '',
+                       'md5_gz'    => '',
+                       'md5_xz'    => '',
+                       'date'      => '',
                        'baseurl'       => 'http://downloads.php.net/jpauli/',
                ),
        ),


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

Reply via email to