Commit: 8e047a542a204914fe9f1610916470a1275fc0be Author: kovacs.ferenc <[email protected]> Thu, 8 Jan 2015 23:01:23 +0100 Parents: de4c37ec40d07cb22330b010091ab22c49eef325 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=8e047a542a204914fe9f1610916470a1275fc0be Log: php 5.6.5RC1 Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index 95e35cf..76668d2 100644 --- a/include/version.inc +++ b/include/version.inc @@ -16,8 +16,8 @@ * ), * ); /* PHP 5.6 Release */ -$PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false -$PHP_5_6_RC_DATE = '27 Nov 2014'; +$PHP_5_6_RC = '5.6.5RC1'; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_6_RC_DATE = '8 Jan 2015'; $PHP_5_6_VERSION = "5.6.4"; $PHP_5_6_DATE = "18 Dec 2014"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
