Release 1.5.1

This commit is contained in:
Jakub Zelenka 2021-12-31 22:14:42 +00:00
parent 419ca69bf9
commit c4b61386a8
2 changed files with 21 additions and 5 deletions

View file

@ -18,7 +18,7 @@
extern zend_module_entry gnupg_module_entry;
#define phpext_gnupg_ptr &gnupg_module_entry
#define PHP_GNUPG_VERSION "1.5.0"
#define PHP_GNUPG_VERSION "1.5.1"
#ifdef PHP_WIN32
#define PHP_GNUPG_API __declspec(dllexport)