diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-10 10:54:13 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-10 10:54:13 +0100 |
commit | 18ecce5dd8b1f39fbcdc8da17bac13a05caca6b7 (patch) | |
tree | 5afd44c2593bc85d878b38287cdc51ec97f00ac3 /php_rpminfo.h | |
parent | 38f8de8112ef200bca1c8851a19ebec5e08ee5eb (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 49a25fc..6520118 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 "1.1.0" +#define PHP_RPMINFO_VERSION "1.1.1-dev" #ifdef ZTS #include "TSRM.h" |