diff options
author | Remi Collet <remi@remirepo.net> | 2023-09-26 10:36:43 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-09-26 10:36:43 +0200 |
commit | 858524052cd950ffe79d40464df8a83cedf19776 (patch) | |
tree | 6db04de8da28c60d9516990e99968a1dc798c295 /php_rpminfo.h | |
parent | 16fbc511309ea91b3f972a87c79a4ac21048497b (diff) |
back to dev
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 b4b5507..2ba4727 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.7.0" +#define PHP_RPMINFO_VERSION "0.7.1-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |