diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-12 15:22:53 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-12 15:22:53 +0100 |
commit | 2d4db596d6088131a2a2c11b667fa506762d2491 (patch) | |
tree | fc16797bd2eeeb2f66f947f336caf28156d6229b /php_rpminfo.h | |
parent | a5f76e71e600eed3f65a76cd3417833c17ae3a1e (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 15711d7..9f8925f 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.3.1" +#define PHP_RPMINFO_VERSION "0.3.2-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |