Commit: fae671a88ce71f613f7ddc8ced621e8b0a6977b7 Author: Christoph M. Becker <[email protected]> Thu, 23 Jan 2020 12:57:03 +0100 Parents: af7243a8cc2ee9e320dded5e551ae9a4844f4921 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=fae671a88ce71f613f7ddc8ced621e8b0a6977b7 Log: We're already at PHP 7.3.14 Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index 3dc31d531..27e404218 100644 --- a/include/version.inc +++ b/include/version.inc @@ -27,7 +27,7 @@ $RELEASES = (function() { ); /* PHP 7.3 Release */ - $PHP_7_3_VERSION = "7.3.13"; + $PHP_7_3_VERSION = "7.3.14"; $PHP_7_3_DATE = "23 Jan 2020"; $PHP_7_3_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_3_SHA256 = array( -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
