We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d7151 commit 9b450ebCopy full SHA for 9b450eb
1 file changed
include/version.inc
@@ -17,8 +17,8 @@
17
*/
18
19
/* 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";
+$PHP_5_4_RC = '5.4.1RC1'; // set to false when there is no RC
+$PHP_5_4_RC_DATE = "29 March 2012";
22
23
$PHP_5_4_VERSION = "5.4.0";
24
$PHP_5_4_DATE = "01 March 2012";
0 commit comments