Author: Choraimy Kroonstuiver (axlon) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-02-13T10:20:14+01:00
Commit: https://github.com/php/web-php/commit/98a2aec95dd2bcf53ddbac1025ddf08a65450c0a Raw diff: https://github.com/php/web-php/commit/98a2aec95dd2bcf53ddbac1025ddf08a65450c0a.diff Fix release date Closes GH-494. Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index 2c5068a12..3566e0979 100644 --- a/include/version.inc +++ b/include/version.inc @@ -21,7 +21,7 @@ $RELEASES = (function() { /* PHP 8.1 Release */ $data['8.1'] = [ 'version' => '8.1.2', - 'date' => '20 Jan 2021', + 'date' => '20 Jan 2022', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ 'tar.gz' => '9992409c0543e0c8e89914f7307e1485a08c057091146e4731565b59065f8bde', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php