Commit: cee2c261f2a1471839f70d74ff7db447dd8695ab Author: Remi Collet <[email protected]> Thu, 21 Feb 2019 09:43:12 +0100 Parents: a2f28cc2f3b52e1eb0be78b965f1d74a505d2570 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=cee2c261f2a1471839f70d74ff7db447dd8695ab Log: 7.2.16RC1 Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index cdfe12e..a270958 100644 --- a/include/version.inc +++ b/include/version.inc @@ -28,8 +28,8 @@ $PHP_7_3_SHA256 = array( ); /* PHP 7.2 Release */ -$PHP_7_2_RC = false; // Current RC version (e.g., '7.2.1RC1') or false -$PHP_7_2_RC_DATE = "31 Jan 2019"; +$PHP_7_2_RC = '7.2.16RC1'; // Current RC version (e.g., '7.2.1RC1') or false +$PHP_7_2_RC_DATE = "21 Feb 2019"; $PHP_7_2_VERSION = "7.2.15"; $PHP_7_2_DATE = "07 Feb 2019"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
