Commit: fa4e1c76e3398bd03d79b5002869a66c80a1341f Author: Johannes Schlüter <johan...@schlueters.de> Fri, 1 Aug 2014 03:29:25 +0200 Parents: 5f7ed17b07237d9b4f9da8887444317cfd3ba180 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=fa4e1c76e3398bd03d79b5002869a66c80a1341f Log: PHP 5.3.29RC1 Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index 1f9c727..a007589 100644 --- a/include/version.inc +++ b/include/version.inc @@ -37,8 +37,8 @@ $PHP_5_4_MD5 = array( ); /* PHP 5.3 Release */ -$PHP_5_3_RC = false; //'5.3.27RC1'; // Current RC version (e.g., '5.6.7RC1') or false -$PHP_5_3_RC_DATE = '20 Jun 2013'; +$PHP_5_3_RC = '5.3.29RC1'; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_3_RC_DATE = '31 Jul 2013'; $PHP_5_3_VERSION = "5.3.28"; $PHP_5_3_DATE = "12 Dec 2013"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php