Bump varsion to 1.4.0

This commit is contained in:
Jakub Zelenka 2016-06-15 20:06:39 +01:00
parent f725dd24af
commit d09269f41b

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.3.6"
#define PHP_GNUPG_VERSION "1.4.0RC1"
#ifdef PHP_WIN32
#define PHP_GNUPG_API __declspec(dllexport)