diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-13 14:29:29 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-13 14:29:29 +0100 |
commit | 586230c60248b5ff9a2a612e63f847e0a3017e99 (patch) | |
tree | a4c7a9baa52252da079b5b2d1af71c9a828ce43a /php_rpminfo.h | |
parent | deffefe32765204c6de315aca57c7c4452d428f3 (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 aa9973e..0a12519 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.4.0" +#define PHP_RPMINFO_VERSION "0.4.1-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |