]> granicus.if.org Git - php/commitdiff
Fix NEWS placeholder for the next version
authorGabriel Caruso <carusogabriel34@gmail.com>
Tue, 19 Jan 2021 15:32:17 +0000 (12:32 -0300)
committerGabriel Caruso <carusogabriel34@gmail.com>
Tue, 19 Jan 2021 15:32:17 +0000 (12:32 -0300)
This aligns with the PHP-7.4 and PHP-7.3 branches, and should
fix the `sgolemon/php-release` script run for releasing 8.0.2.

NEWS

diff --git a/NEWS b/NEWS
index 330d78da75d270b82ac4e99f52f12107474d25e0..2535add8d0f4544d259b917e1e652286b7896854 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 8.0.2RC1
+?? ??? 2021, PHP 8.0.2
 
 - Core:
   . Fixed bug #80523 (bogus parse error on >4GB source code). (Nikita)