Release 1.5.0

This commit is contained in:
Jakub Zelenka 2021-04-10 22:18:58 +01:00
parent d2b0dd4def
commit 866c3b47a3
No known key found for this signature in database
GPG key ID: 0A9C643FA7A5EB4F
2 changed files with 24 additions and 9 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.0RC2"
#define PHP_GNUPG_VERSION "1.5.0"
#ifdef PHP_WIN32
#define PHP_GNUPG_API __declspec(dllexport)