Commit: 450400cfa1b0e3333a16519efc3d252bf70a2a26 Author: Christoph M. Becker <[email protected]> Thu, 21 Feb 2019 10:52:33 +0100 Parents: cee2c261f2a1471839f70d74ff7db447dd8695ab Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=450400cfa1b0e3333a16519efc3d252bf70a2a26 Log: Update for PHP 7.3.3RC1 Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index a270958..0934ef0 100644 --- a/include/version.inc +++ b/include/version.inc @@ -16,8 +16,8 @@ * ); */ /* PHP 7.3 Release */ -$PHP_7_3_RC = false; -$PHP_7_3_RC_DATE = "24 Jan 2019"; +$PHP_7_3_RC = '7.3.3RC1'; // Current RC version (e.g., '7.3.1RC1') or false +$PHP_7_3_RC_DATE = "21 Feb 2019"; $PHP_7_3_VERSION = "7.3.2"; $PHP_7_3_DATE = "07 Feb 2019"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
