Commit:    af00db3063dfbf576db7ab5c09ee49bfeb7f2c3e
Author:    Christoph M. Becker <cmbecke...@gmx.de>         Thu, 1 Oct 2020 
17:48:30 +0200
Parents:   80539d5b0d73e395e37ab64a24f54cb3487a2814
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=af00db3063dfbf576db7ab5c09ee49bfeb7f2c3e

Log:
Fix 7.3.23 release date

Changed paths:
  M  include/version.inc


Diff:
diff --git a/include/version.inc b/include/version.inc
index b46bac618..cfbde6702 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -28,7 +28,7 @@ $RELEASES = (function() {
 
     /* PHP 7.3 Release */
     $PHP_7_3_VERSION         = "7.3.23";
-    $PHP_7_3_DATE            = "03 Sep 2020";
+    $PHP_7_3_DATE            = "01 Oct 2020";
     $PHP_7_3_TAGS            = ['']; // Set to ['security'] for security 
releases.
     $PHP_7_3_SHA256     = array(
         "tar.bz2"       => 
"fd6666ad4605508042c6964151379475daea36c43e03b11b1e79d4ae6b04c04c",


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to