summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-29 08:51:59 +0100
committerRemi Collet <remi@php.net>2022-12-29 08:51:59 +0100
commitf036a8433fd43a27b1116c221721969b6f95ca69 (patch)
tree10e692ff1544fe0341e40cb138b1739432205341
parent1de47468ba18bb6e52ae1bd9f9fb336d1a0806bb (diff)
update to 1.5.2
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION2
-rw-r--r--php-zephir-parser.spec5
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 02950f0..7270b28 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 => 1.5.1
-Build Date => Sep 19 2022 00:00:00
+Version => 1.5.2
+Build Date => Dec 29 2022 00:00:00
diff --git a/REFLECTION b/REFLECTION
index da35b5c..461fb9e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #120 zephir_parser version 1.5.1 ] {
+Extension [ <persistent> extension #120 zephir_parser version 1.5.2 ] {
- Functions {
Function [ <internal:zephir_parser> function zephir_parse_file ] {
diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec
index 28c0e06..ac5da3d 100644
--- a/php-zephir-parser.spec
+++ b/php-zephir-parser.spec
@@ -21,7 +21,7 @@
%global pecl_name zephir_parser
Name: %{?scl_prefix}%{gh_project}
-Version: 1.5.1
+Version: 1.5.2
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: Zephir code parser
@@ -139,6 +139,9 @@ popd
%changelog
+* Thu Dec 29 2022 Remi Collet <remi@remirepo.net> - 1.5.2-1
+- update to 1.5.2
+
* Mon Sep 19 2022 Remi Collet <remi@remirepo.net> - 1.5.1-1
- update to 1.5.1