Commit:    dcf3004a9fbd364622b67aa45694a84586610f4e
Author:    Anatol Belski <a...@php.net>         Thu, 4 Feb 2016 08:10:30 +0100
Parents:   f10ca849b8c3acf96bcbe31656775eb22800da3e
Branches:  master

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

Log:
prepare for 7.0.4 RC

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 8a4c9f1..63edf08 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -108,7 +108,7 @@ $QA_RELEASES = array(
                ),
        ),
 
-        '7.0.3' => array(
+        '7.0.4' => array(
                 'active'                => true,
                 'snaps'                 => array(
                         'prefix'        => 'php7.0-latest',
@@ -116,10 +116,10 @@ $QA_RELEASES = array(
                 ),
                 'release'               => array(
                         'type'      => 'RC',
-                        'number'    => 1,
-                        'md5_bz2'   => 'c75ffc8e8ac57daedc793e4cf41952a8',
-                        'md5_gz'    => '31657f984f445975ffff1d654e4a4aed',
-                        'md5_xz'    => '37ba23311be4b0a9f0122ca2284c5a97',
+                        'number'    => 0,
+                        'md5_bz2'   => '',
+                        'md5_gz'    => '',
+                        'md5_xz'    => '',
                         'date'      => '21 Jan 2016',
                         'baseurl'   => 'http://downloads.php.net/ab/',
                 ),


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

Reply via email to