From 1662502e7dc10dcd4f17eb304486e2058cbb1d5a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Sep 2023 10:19:21 +0200 Subject: Back to dev --- package.xml | 27 +++++++++++++++++++++------ php_rpminfo.h | 2 +- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/package.xml b/package.xml index 2c62a76..38dc60e 100644 --- a/package.xml +++ b/package.xml @@ -13,10 +13,10 @@ Documentation: https://www.php.net/rpminfo remi@php.net yes - 2021-06-18 + 2021-09-11 - 0.6.0 - 0.5.0 + 0.7.0dev + 0.7.0 stable @@ -24,9 +24,7 @@ Documentation: https://www.php.net/rpminfo PHP-3.01 -- generate arginfo from stub and add missing default values -- raise dependency on PHP 7.2 -- raise exception on bad parameter value with PHP 8 +- @@ -77,6 +75,23 @@ Documentation: https://www.php.net/rpminfo rpminfo + + 2021-06-18 + + 0.6.0 + 0.5.0 + + + stable + stable + + PHP-3.01 + +- generate arginfo from stub and add missing default values +- raise dependency on PHP 7.2 +- raise exception on bad parameter value with PHP 8 + + 2020-09-23 diff --git a/php_rpminfo.h b/php_rpminfo.h index a27f5ce..1ff81bd 100644 --- a/php_rpminfo.h +++ b/php_rpminfo.h @@ -22,7 +22,7 @@ extern zend_module_entry rpminfo_module_entry; #define phpext_rpminfo_ptr &rpminfo_module_entry -#define PHP_RPMINFO_VERSION "0.6.0" +#define PHP_RPMINFO_VERSION "0.7.0-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) -- cgit