Commit:    38ab9599ee7472df4963e64ba821bd9eb17ddfe3
Author:    Julien Pauli <[email protected]>         Thu, 31 Oct 2013 12:07:09 +0100
Parents:   8fffd85e040f94869bc17d2a71fef2e9f236e400
Branches:  master

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

Log:
5.5.6 RC1

Changed paths:
  M  include/version.inc


Diff:
diff --git a/include/version.inc b/include/version.inc
index eef589b..a41cdbd 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 = '03 Oct 2013';
+$PHP_5_5_RC = '5.5.6RC1'; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_5_5_RC_DATE = '31 Oct 2013';
 
 $PHP_5_5_VERSION         = "5.5.5";
 $PHP_5_5_DATE            = "17 Oct 2013";


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

Reply via email to