Commit:    27ca8eca66342a8b6e34d59122bbf5e9ccdc1afc
Author:    Julien Pauli <jpa...@php.net>         Thu, 29 May 2014 10:42:12 +0200
Parents:   01bc339660a62e422af48da9f54b50e145da9f2e
Branches:  master

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

Log:
5.5.13 final release

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 23068d6..444dabf 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -82,19 +82,19 @@ $QA_RELEASES = array(
                ),
        ),
        
-       '5.5.13' => array(
+       '5.5.14' => array(
                'active'                => true,
                'snaps'                 => array(
                        'prefix'        => 'php5.5-latest',
                        'baseurl'       => 'http://snaps.php.net/',
                ),
                'release'               => array(
-                       'type'          => 'RC',
-                       'number'    => 1,
-                       'md5_bz2'   => '3417bbd6fb4907cb4d7c4dbf54685488',
-                       'md5_gz'    => '488110aae37e33bdda22e13ba11100bf',
-                       'md5_xz'    => 'd16c588d5a53688748d880df774a3869',
-                       'date'      => '15 May 2014',
+                       'type'          => '',
+                       '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