diff options
author | Remi Collet <remi@remirepo.net> | 2023-09-11 10:19:21 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-09-11 10:19:21 +0200 |
commit | 1662502e7dc10dcd4f17eb304486e2058cbb1d5a (patch) | |
tree | e6110b645fff4d9a12763f166c12580d2230e36b /php_rpminfo.h | |
parent | 5e7a050dde952dafc044f30beab0e60854c4b2ab (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 a27f5ce..1ff81bd 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.6.0" +#define PHP_RPMINFO_VERSION "0.7.0-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |