diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-13 14:47:07 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-13 14:47:07 +0200 |
commit | 50e5316d5a3cff209d9686340d0ffe47c422c762 (patch) | |
tree | 5cdaca1d2217108f63ea199160410fce4ce6eb8c /php_rpminfo.h | |
parent | be629440a6bb68ea899d666d1faf706c66894823 (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 e8ad1a6..45cc30b 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.1" +#define PHP_RPMINFO_VERSION "1.0.2-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |