Commit: 10b3cdfaaaea8da8c7b7af134000c395a23619f1 Author: Ferenc Kovacs <[email protected]> Fri, 28 Oct 2016 21:24:09 +0200 Parents: 20a4c1119ca8ab49a9db8d2d4c9b477d3038b9f1 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=10b3cdfaaaea8da8c7b7af134000c395a23619f1 Log: 5.6.28RC1 Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index c73de31..8c618c7 100644 --- a/include/version.inc +++ b/include/version.inc @@ -35,8 +35,8 @@ $PHP_7_0_SHA256 = array( ); /* PHP 5.6 Release */ -$PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false -$PHP_5_6_RC_DATE = '29 Sep 2016'; +$PHP_5_6_RC = "5.6.28RC1"; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_6_RC_DATE = "28 Oct 2016"; $PHP_5_6_VERSION = "5.6.27"; $PHP_5_6_DATE = "13 Oct 2016"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
