Commit: 26880064f5984cf4a90171a978027d2a96da0e53 Author: Anatol Belski <[email protected]> Thu, 1 Sep 2016 10:58:43 +0200 Parents: adadd33ef8efd5104c8c7d3fea1e84fedecaf159 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=26880064f5984cf4a90171a978027d2a96da0e53 Log: 7.0.11RC1 info Changed paths: M distributions M include/version.inc Diff: diff --git a/distributions b/distributions index 3706ea4..6a35570 160000 --- a/distributions +++ b/distributions @@ -1 +1 @@ -Subproject commit 3706ea41123a0ad25b9175f5ee280ab24d540f83 +Subproject commit 6a3557034fff6ee5199069490826ec58f0ba4fd1 diff --git a/include/version.inc b/include/version.inc index 8e7bc8a..e9b04d7 100644 --- a/include/version.inc +++ b/include/version.inc @@ -18,8 +18,8 @@ */ /* PHP 7.0 Release */ -$PHP_7_0_RC = false; // Current RC version (e.g., '5.6.7RC1') or false -$PHP_7_0_RC_DATE = '04 Aug 2016'; +$PHP_7_0_RC = "7.0.11RC1"; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_7_0_RC_DATE = '01 Sep 2016'; $PHP_7_0_VERSION = "7.0.10"; $PHP_7_0_DATE = "18 Aug 2016"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
