Commit:    2e3f3e52ce003e967ce9348ac20c67e5ce225f21
Author:    Stanislav Malyshev <[email protected]>         Thu, 5 Sep 2013 
20:35:01 -0700
Parents:   84b503b51ce1816a4fc4e38307296d55bf442b7c
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=2e3f3e52ce003e967ce9348ac20c67e5ce225f21

Log:
5.4.20rc1

Changed paths:
  M  include/version.inc


Diff:
diff --git a/include/version.inc b/include/version.inc
index 87c97a4..ed3d099 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -15,8 +15,8 @@
  *     ),
  * );6 Dec
 /* PHP 5.5 Release */
-$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
-$PHP_5_5_RC_DATE = '23 May 2013';
+$PHP_5_5_RC = '5.5.4RC1'; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_5_5_RC_DATE = '05 Sep 2013';
 
 $PHP_5_5_VERSION         = "5.5.3";
 $PHP_5_5_DATE            = "22 Aug 2013";
@@ -26,8 +26,8 @@ $PHP_5_5_MD5     = array(
                        "tar.xz"        => "437e98144ef014dfab0922a9eed36853",
 );
 /* PHP 5.4 Release */
-$PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
-$PHP_5_4_RC_DATE = '01 Aug 2013';
+$PHP_5_4_RC = '5.4.20RC1'; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_5_4_RC_DATE = '05 Sep 2013';
 
 $PHP_5_4_VERSION         = "5.4.19";
 $PHP_5_4_DATE            = "22 Aug 2013";


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to