Commit: 762001e30587f3b1aedce2a179a1b2df1d09a232 Author: Sara Golemon <[email protected]> Fri, 28 Sep 2018 10:45:29 -0400 Parents: b844a6529e829fb927d4e245f793c538919d8ae1 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=762001e30587f3b1aedce2a179a1b2df1d09a232 Log: 7.2.11RC1 Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index 3a27b96..880b01a 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,8 +20,8 @@ $PHP_7_3_RC = '7.3.0RC2'; $PHP_7_3_RC_DATE = "28 Sep 2018"; /* PHP 7.2 Release */ -$PHP_7_2_RC = false; // Current RC version (e.g., '7.2.1RC1') or false -$PHP_7_2_RC_DATE = "30 Aug 2018"; +$PHP_7_2_RC = '7.2.11RC1'; // Current RC version (e.g., '7.2.1RC1') or false +$PHP_7_2_RC_DATE = "27 Sep 2018"; $PHP_7_2_VERSION = "7.2.10"; $PHP_7_2_DATE = "13 Sep 2018"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
