diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-18 15:58:44 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-18 15:58:44 +0200 |
commit | 759ba8ca4f0998e0e9992af8456df4af5da610b9 (patch) | |
tree | da4132b4c2fa94fff6098f3dd4751e6af57b8cdc /php_rpminfo.h | |
parent | 0b1615d804c778516c8c9ed458b69d7a70aea5bb (diff) |
Release 0.6.0v0.6.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 69ff71e..a27f5ce 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.6.0-dev" +#define PHP_RPMINFO_VERSION "0.6.0" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |