diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-08 14:40:50 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-08 14:40:50 +0100 |
commit | f413f9bd47b5dc74bed692a325ea3bfa4c9bcd15 (patch) | |
tree | 87139049908d18bf95ea4a2ed9aec0b6b8345f5f /php_rpminfo.h | |
parent | 4cf5ea46423d3f571aeb744e21e3414b5181b0cc (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 d01a2a6..a7cf4bf 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.2.0" +#define PHP_RPMINFO_VERSION "0.2.1-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |