Release 1.4.0RC2

This commit is contained in:
Jakub Zelenka 2016-07-24 19:16:07 +01:00
parent 5d2ab685eb
commit 1ddc32f64d
2 changed files with 22 additions and 6 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.0RC1"
#define PHP_GNUPG_VERSION "1.4.0RC2"
#ifdef PHP_WIN32
#define PHP_GNUPG_API __declspec(dllexport)