diff --git a/php_gnupg.h b/php_gnupg.h index 87f6b51..fb74bd7 100644 --- a/php_gnupg.h +++ b/php_gnupg.h @@ -19,7 +19,7 @@ extern zend_module_entry gnupg_module_entry; #define phpext_gnupg_ptr &gnupg_module_entry -#define PHP_GNUPG_VERSION "1.3.3-dev" +#define PHP_GNUPG_VERSION "1.3.3" #ifdef PHP_WIN32 #define PHP_GNUPG_API __declspec(dllexport)