Skip to content

Commit a5a1b83

Browse files
committed
5.6.22RC1
1 parent e3a849c commit a5a1b83

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 = '18 Apr 2016';
39+
$PHP_5_6_RC = "5.6.22RC1"; // Current RC version (e.g., '5.6.7RC1') or false
40+
$PHP_5_6_RC_DATE = '12 May 2016';
4141

4242
$PHP_5_6_VERSION = "5.6.21";
4343
$PHP_5_6_DATE = "28 Apr 2016";

0 commit comments

Comments
 (0)