From 3fa6d442a7a2a324d461d88d9ad6162328fbd663 Mon Sep 17 00:00:00 2001 From: Steph Fox Date: Mon, 31 Mar 2008 09:39:35 +0000 Subject: [PATCH] - Bring the majority of PECL extensions into line with macro/x.x.x versioning. - Please use the -dev tag during the development cycle so that snapshots can easily be distinguished from releases. --- gnupg.c | 2 -- php_gnupg.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) 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