summaryrefslogtreecommitdiffstats
path: root/php_rpminfo.h
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-18 15:38:04 +0200
committerRemi Collet <remi@remirepo.net>2021-06-18 15:38:04 +0200
commit0b1615d804c778516c8c9ed458b69d7a70aea5bb (patch)
tree45708027800c113a933652bc7af240cc3cab7150 /php_rpminfo.h
parentdf9c1b8603b19d16247965f85b385004ce4a0335 (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.h2
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)