Commit: 48792ad3dd0a980d317c95faa0a87b8a5bd0a549 Author: Derick Rethans <[email protected]> Thu, 3 Sep 2020 15:35:07 +0100 Parents: 3f5e5d76249ab4a56e510aaaebc829cd5964323d Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=48792ad3dd0a980d317c95faa0a87b8a5bd0a549 Log: Fixed typo Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index d07e61f0a..d43fc0e99 100644 --- a/include/version.inc +++ b/include/version.inc @@ -17,7 +17,7 @@ */ $RELEASES = (function() { /* PHP 7.4 Release */ - $PHP_7_4_VERSION = "7.4.9"; + $PHP_7_4_VERSION = "7.4.10"; $PHP_7_4_DATE = "03 Sep 2020"; $PHP_7_4_TAGS = []; // Set to ['security'] for security releases. $PHP_7_4_SHA256 = array( -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
