diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-11 15:18:17 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-11 15:18:17 +0100 |
commit | 2e3e6f8220d68a5e62197d51aed16a3e08da223b (patch) | |
tree | 6aa05a13f271d1980e16f1666d38f675d94b7b8b /php_rpminfo.h | |
parent | 934ffa55e512f3babbfa2fa27ee7e4048bb059f5 (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 2889d33..d91f9f1 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.3" +#define PHP_RPMINFO_VERSION "0.3.0-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |