Commit:    d047edd0e2c5d876efc8ee0eb9835cd3f4835754
Author:    Stanislav Malyshev <[email protected]>         Thu, 12 Jun 2014 
20:49:28 -0700
Parents:   69e74a89614f2d37ef7e22279172a2950ddb9415
Branches:  master

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

Log:
5.4.30rc1

Changed paths:
  M  include/version.inc


Diff:
diff --git a/include/version.inc b/include/version.inc
index cf1a4c3..4dd1e3f 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -26,8 +26,8 @@ $PHP_5_5_MD5     = array(
                        "tar.xz"        => "57d5d9607511a5cb76e9af49dd5874e3",
 );
 /* PHP 5.4 Release */
-$PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
-$PHP_5_4_RC_DATE = '29 May 2014';
+$PHP_5_4_RC = '5.4.30RC1'; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_5_4_RC_DATE = '12 Jun 2014';
 
 $PHP_5_4_VERSION         = "5.4.29";
 $PHP_5_4_DATE            = "29 May 2014";


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

Reply via email to