Update w/ lead change info...

This commit is contained in:
Jim Jagielski 2013-07-08 14:11:30 +00:00
parent f3ca83e7e4
commit e6cc6a9c74
6 changed files with 33 additions and 4 deletions

View file

@ -7,6 +7,7 @@
| in the accompanying LICENSE file are met. |
+--------------------------------------------------------------------+
| Copyright (c) 2006, Thilo Raufeisen <traufeisen@php.net> |
| Copyright (c) 2013, Jim Jagielski <jimjag@php.net> |
+--------------------------------------------------------------------+
*/
@ -18,7 +19,7 @@
extern zend_module_entry gnupg_module_entry;
#define phpext_gnupg_ptr &gnupg_module_entry
#define PHP_GNUPG_VERSION "1.3.2-dev"
#define PHP_GNUPG_VERSION "1.3.3-dev"
#ifdef PHP_WIN32
#define PHP_GNUPG_API __declspec(dllexport)