Skip to content

Commit b6cd398

Browse files
committed
7.0.9RC1 info
1 parent 7bc9977 commit b6cd398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/version.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
*/
2020

2121
/* PHP 7.0 Release */
22-
$PHP_7_0_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
23-
$PHP_7_0_RC_DATE = '09 Jun 2016';
22+
$PHP_7_0_RC = "7.0.9RC1"; // Current RC version (e.g., '5.6.7RC1') or false
23+
$PHP_7_0_RC_DATE = '07 Jul 2016';
2424

2525
$PHP_7_0_VERSION = "7.0.8";
2626
$PHP_7_0_DATE = "23 Jun 2016";

0 commit comments

Comments
 (0)