diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-12 17:19:33 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-12 17:19:33 +0100 |
commit | 23b2a30f034e9cb184eef60c6dd235fe500dfa4a (patch) | |
tree | cb8192662f8cf5b316f37d06303e2553014e2a73 /php_rpminfo.h | |
parent | d36c4f132557a49e62d994c9fcab4d81bb52b88d (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 6516139..e410db1 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.1" +#define PHP_RPMINFO_VERSION "0.2.2-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |