diff options
author | Remi Collet <remi@remirepo.net> | 2023-09-26 10:24:26 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-09-26 10:24:26 +0200 |
commit | 16fbc511309ea91b3f972a87c79a4ac21048497b (patch) | |
tree | 1e792979012c793d82801cef09cfc5c2cc9cfe08 /php_rpminfo.h | |
parent | 564b48441856bcb45f4c1a1ed0ffb69731a5938e (diff) |
Prepare 0.7.0v0.7.0
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 1ff81bd..b4b5507 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.7.0-dev" +#define PHP_RPMINFO_VERSION "0.7.0" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |