diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-12 11:14:04 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-12 11:14:04 +0100 |
commit | 682e7693f77a15232dc07384a4bdd1c92f4ac42a (patch) | |
tree | 4c9c8c0b1d9d727c224ef48a6bb5d85db780b5f3 /php_rpminfo.h | |
parent | 18d4dffda3bcd4f2b1ccc4bbd6f4a2ee9ef8117b (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 18285f0..abbda0b 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.0" +#define PHP_RPMINFO_VERSION "0.3.1-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |