Commit:    e4e29ed542f99b6c7e5e1b99f8597592a380fb5e
Author:    Stanislav Malyshev <[email protected]>         Thu, 15 May 2014 
22:05:58 -0700
Parents:   7d625846bf9cfaea4b122b78480ee14a4b3c351c
Branches:  master

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

Log:
5.4.29 rc1

Changed paths:
  M  include/version.inc


Diff:
diff --git a/include/version.inc b/include/version.inc
index da083c3..67a4aad 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -26,8 +26,8 @@ $PHP_5_5_MD5     = array(
                        "tar.xz"        => "3fb091987063135fd86b3b5ba5010479",
 );
 /* PHP 5.4 Release */
-$PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
-$PHP_5_4_RC_DATE = '20 Mar 2014';
+$PHP_5_4_RC = '5.4.29RC1'; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_5_4_RC_DATE = '15 May 2014';
 
 $PHP_5_4_VERSION         = "5.4.28";
 $PHP_5_4_DATE            = "2 May 2014";


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

Reply via email to