diff --git a/gnupg.c b/gnupg.c index 3baaccf..9807ff4 100644 --- a/gnupg.c +++ b/gnupg.c @@ -27,8 +27,6 @@ static int le_gnupg; -#define PHP_GNUPG_VERSION "1.3.1" - #ifdef ZEND_ENGINE_2 static zend_object_handlers gnupg_object_handlers; #endif diff --git a/php_gnupg.h b/php_gnupg.h index b0dcf27..42ea726 100644 --- a/php_gnupg.h +++ b/php_gnupg.h @@ -18,6 +18,8 @@ extern zend_module_entry gnupg_module_entry; #define phpext_gnupg_ptr &gnupg_module_entry +#define PHP_GNUPG_VERSION "1.3.2-dev" + #ifdef PHP_WIN32 #define PHP_GNUPG_API __declspec(dllexport) #else