diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-12 16:26:05 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-12 16:26:05 +0200 |
commit | b324c21c9152b5c0b7dbdd0c2f412dcdebded4ac (patch) | |
tree | 3a15c854519bbb5099b950f998b9048f5fa41c7c /php_rpminfo.h | |
parent | 57c7f2db6af126ffe69ed3fd2c418dada22e351b (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 bdb3656..690aa98 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 "1.0.0" +#define PHP_RPMINFO_VERSION "1.0.1-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |