From e8e4bc58e19be131de13c5ced964dbba6e1f54f3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 May 2026 06:58:30 +0200 Subject: update to 2.0.2 --- PHPINFO | 4 ++-- REFLECTION | 2 +- php-zephir-parser.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 1ace16a..f2ad462 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.1 -Build Date => May 18 2026 00:00:00 +Version => 2.0.2 +Build Date => May 29 2026 00:00:00 diff --git a/REFLECTION b/REFLECTION index 85497ed..9bd7ea0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #144 zephir_parser version 2.0.1 ] { +Extension [ extension #144 zephir_parser version 2.0.2 ] { - Functions { Function [ function zephir_parse_file ] { diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec index 4fc8163..aee5f1b 100644 --- a/php-zephir-parser.spec +++ b/php-zephir-parser.spec @@ -26,7 +26,7 @@ Name: %{?scl_prefix}%{gh_project} Summary: Zephir code parser License: MIT -Version: 2.0.1 +Version: 2.0.2 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -189,6 +189,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri May 29 2026 Remi Collet - 2.0.2-1 +- update to 2.0.2 + * Mon May 18 2026 Remi Collet - 2.0.1-1 - update to 2.0.1 -- cgit