Prep for 1.3.5 release

This commit is contained in:
Jim Jagielski 2015-02-11 18:01:48 +00:00
parent d8be544dea
commit 82bd767afa
2 changed files with 24 additions and 6 deletions

View file

@ -19,7 +19,7 @@
extern zend_module_entry gnupg_module_entry;
#define phpext_gnupg_ptr &gnupg_module_entry
#define PHP_GNUPG_VERSION "1.3.4-dev"
#define PHP_GNUPG_VERSION "1.3.5"
#ifdef PHP_WIN32
#define PHP_GNUPG_API __declspec(dllexport)