Skip to content

Commit 4b3f069

Browse files
committed
5.6.24RC1
1 parent b5cc52d commit 4b3f069

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
@@ -36,8 +36,8 @@ $PHP_7_0_SHA256 = array(
3636
);
3737

3838
/* PHP 5.6 Release */
39-
$PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
40-
$PHP_5_6_RC_DATE = '09 Jun 2016';
39+
$PHP_5_6_RC = '5.6.24RC1'; // Current RC version (e.g., '5.6.7RC1') or false
40+
$PHP_5_6_RC_DATE = '07 Jul 2016';
4141

4242
$PHP_5_6_VERSION = "5.6.23";
4343
$PHP_5_6_DATE = "23 Jun 2016";

0 commit comments

Comments
 (0)