diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-18 15:38:04 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-18 15:38:04 +0200 |
commit | 0b1615d804c778516c8c9ed458b69d7a70aea5bb (patch) | |
tree | 45708027800c113a933652bc7af240cc3cab7150 /php_rpminfo.h | |
parent | df9c1b8603b19d16247965f85b385004ce4a0335 (diff) |
raise exception on bad parameter value with PHP 8
and bump version to 0.6
Diffstat (limited to 'php_rpminfo.h')
-rw-r--r-- | php_rpminfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php_rpminfo.h b/php_rpminfo.h index ec7f126..69ff71e 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.5.2-dev" +#define PHP_RPMINFO_VERSION "0.6.0-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |