Commit:    35cac468e03bd83abc71b3d7f3e46b39734f63b5
Author:    Sara Golemon <poll...@php.net>         Sun, 18 Jun 2017 16:43:18 
-0400
Parents:   2d3c2809ad4c953f100166973a646b950f087732
Branches:  master

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

Log:
Clear 'number' field from 7.1.7 until this *is* an RC

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index ae30da6..47da5ce 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -79,7 +79,7 @@ $QA_RELEASES = array(
                 'active'                => true,
                 'release'              => array(
                         'type'          => 'RC',
-                        'number'        => 1,
+                        'number'        => 0,
                         'md5_bz2'       => '',
                         'md5_gz'        => '',
                         'md5_xz'        => '',


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

Reply via email to