Commit:    a63d65edaece0b68ad2f85e61f850b4068b30b9c
Author:    Sara Golemon <poll...@php.net>         Thu, 2 Aug 2018 11:13:10 -0400
Parents:   d8ff81c74db0620a41ba76f3d187eec0302a65a8
Branches:  master

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

Log:
Fix version number

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 37fe8f8..7df1486 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -87,7 +87,7 @@ $QA_RELEASES = array(
                 ),
        ),
 
-        '7.2.8' => array(
+        '7.2.9' => array(
                 'active'                => true,
                 'release'              => array(
                         'type'          => 'RC',


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

Reply via email to