Commit:    e4a0468e6f043bb3efe0cbcd7bd8b6f21c346264
Author:    Julien Pauli <jpa...@php.net>         Wed, 16 Oct 2013 16:30:00 +0200
Parents:   512a74c8a891c08e97c81ced8663a8c5fe3a0193
Branches:  master

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

Log:
5.5.5 release

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index e24a9f4..0e68280 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -82,7 +82,7 @@ $QA_RELEASES = array(
                ),
        ),
        
-       '5.5.5' => array(
+       '5.5.6' => array(
                'active'                => true,
                'snaps'                 => array(
                        'prefix'        => 'php5.5-latest',
@@ -90,11 +90,11 @@ $QA_RELEASES = array(
                ),
                'release'               => array(
                        'type'          => 'RC',
-                       'number'    => 1,
-                       'md5_bz2'   => 'b00cf95cf39f542b5414d5e9208ea7a4',
-                       'md5_gz'    => '0ace378d26edbdeee4b77dc45ce78322',
-                       'md5_xz'    => '1cd60486f76ce52f57b1c634a585702f',
-                       'date'      => '03 Oct 2013',
+                       '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