Release 1.5.0RC2

This commit is contained in:
Jakub Zelenka 2021-03-07 17:21:11 +00:00
parent d32d75b6eb
commit f582374e07
2 changed files with 32 additions and 15 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.0RC1"
#define PHP_GNUPG_VERSION "1.5.0RC2"
#ifdef PHP_WIN32
#define PHP_GNUPG_API __declspec(dllexport)