From a94c1f41a8971d9ca59fed211a31f93875954334 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Jun 2026 07:57:44 +0200 Subject: update to 2.0.4 --- PHPINFO | 4 ++-- REFLECTION | 2 +- php-zephir-parser.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 97c9b65..a3bebe7 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,5 +5,5 @@ zephir_parser The Zephir Parser delivered as a C extension for the PHP language. zephir_parser => enabled Author => Zephir Team and contributors -Version => 2.0.3 -Build Date => Jun 2 2026 00:00:00 +Version => 2.0.4 +Build Date => Jun 5 2026 00:00:00 diff --git a/REFLECTION b/REFLECTION index c9eba4a..3909a96 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #144 zephir_parser version 2.0.3 ] { +Extension [ extension #144 zephir_parser version 2.0.4 ] { - Functions { Function [ function zephir_parse_file ] { diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec index ccaf921..e1dec34 100644 --- a/php-zephir-parser.spec +++ b/php-zephir-parser.spec @@ -24,7 +24,7 @@ Name: %{?scl_prefix}%{gh_project} Summary: Zephir code parser License: MIT -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -187,6 +187,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Jun 5 2026 Remi Collet - 2.0.4-1 +- update to 2.0.4 + * Tue Jun 2 2026 Remi Collet - 2.0.3-1 - update to 2.0.3 -- cgit