diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-11 09:19:20 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-11 09:19:20 +0100 |
commit | 69ca15d17f7479b08448fc73c4505370882eff26 (patch) | |
tree | 6d4659293261949705d86b0bedc566cb1f4d2233 /php_rpminfo.h | |
parent | dbcd64307a27f4ad24a7f2e70d72a0537cf4e474 (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 f8a8ee4..c3502f2 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.2" +#define PHP_RPMINFO_VERSION "0.2.3-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |