Commit: 8f775f0cb316432512e5e638912001d0ed150ff0 Author: Anatol Belski <[email protected]> Thu, 29 Sep 2016 11:47:53 +0200 Parents: af17b239bb100cdddb49041a30abb485b4da7489 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=8f775f0cb316432512e5e638912001d0ed150ff0 Log: add 7.0.12RC1 info Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index df95552..59cc23f 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 = '01 Sep 2016'; +$PHP_7_0_RC = "7.0.12RC1"; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_7_0_RC_DATE = '29 Sep 2016'; $PHP_7_0_VERSION = "7.0.11"; $PHP_7_0_DATE = "15 Sep 2016"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
