Commit: 271def14b91e762ad3128cd9d2b92a4a128f439b Author: Stanislav Malyshev <[email protected]> Thu, 3 Oct 2013 22:31:41 -0700 Parents: e1e4248e16c7da7a96f6e78739fb9209e675e434 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=271def14b91e762ad3128cd9d2b92a4a128f439b Log: 5.4.21rc1 Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index 37c74a7..0dde22d 100644 --- a/include/version.inc +++ b/include/version.inc @@ -26,8 +26,8 @@ $PHP_5_5_MD5 = array( "tar.xz" => "32c1dc56701d21def91a39a312392b54", ); /* PHP 5.4 Release */ -$PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false -$PHP_5_4_RC_DATE = '05 Sep 2013'; +$PHP_5_4_RC = '5.4.21RC1'; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_4_RC_DATE = '03 Oct 2013'; $PHP_5_4_VERSION = "5.4.20"; $PHP_5_4_DATE = "19 Sep 2013"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
