Commit: 3947ecc672e6676e4e8800b11b0351b085bd1442 Author: Anatol Belski <[email protected]> Thu, 27 Oct 2016 10:45:10 +0200 Parents: f0ac09cbffe7c39b37f06c1bdf7d5f31da4f0a82 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3947ecc672e6676e4e8800b11b0351b085bd1442 Log: add 7.0.13RC1 info Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index d1e0a1f..c73de31 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 = '29 Sep 2016'; +$PHP_7_0_RC = "7.0.13RC1"; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_7_0_RC_DATE = '27 Oct 2016'; $PHP_7_0_VERSION = "7.0.12"; $PHP_7_0_DATE = "13 Oct 2016"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
