Commit: 8eae290a779a13771f15657b1ec34a4a0102cdb4 Author: kovacs.ferenc <[email protected]> Thu, 8 Jan 2015 23:01:23 +0100 Parents: b75f4564a6aaabf7c27d898d909f092aab81cdec Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=8eae290a779a13771f15657b1ec34a4a0102cdb4 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
