From d09269f41bb941251e885cbdc01dd8801a642207 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Wed, 15 Jun 2016 20:06:39 +0100 Subject: [PATCH] Bump varsion to 1.4.0 --- php_gnupg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_gnupg.h b/php_gnupg.h index d76c7a0..6459901 100644 --- a/php_gnupg.h +++ b/php_gnupg.h @@ -18,7 +18,7 @@ extern zend_module_entry gnupg_module_entry; #define phpext_gnupg_ptr &gnupg_module_entry -#define PHP_GNUPG_VERSION "1.3.6" +#define PHP_GNUPG_VERSION "1.4.0RC1" #ifdef PHP_WIN32 #define PHP_GNUPG_API __declspec(dllexport)