Skip to content

Commit 9b450eb

Browse files
committed
5.4.1rc1
1 parent e5d7151 commit 9b450eb

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
@@ -17,8 +17,8 @@
1717
*/
1818

1919
/* PHP 5.4 Release */
20-
$PHP_5_4_RC = false; // set to false when there is no RC
21-
$PHP_5_4_RC_DATE = "01 March 2012";
20+
$PHP_5_4_RC = '5.4.1RC1'; // set to false when there is no RC
21+
$PHP_5_4_RC_DATE = "29 March 2012";
2222

2323
$PHP_5_4_VERSION = "5.4.0";
2424
$PHP_5_4_DATE = "01 March 2012";

0 commit comments

Comments
 (0)