Release 1.5.0RC1

This commit is contained in:
Jakub Zelenka 2021-02-14 19:46:12 +00:00
parent 100a19ce40
commit 3cd5970076
2 changed files with 46 additions and 14 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.4.0"
#define PHP_GNUPG_VERSION "1.5.0RC1"
#ifdef PHP_WIN32
#define PHP_GNUPG_API __declspec(dllexport)