diff --git a/package.xml b/package.xml
index 08fb581..4796fa7 100644
--- a/package.xml
+++ b/package.xml
@@ -15,18 +15,20 @@ http://pear.php.net/dtd/package-2.0.xsd">
jimjag@php.net
yes
- 2013-07-17
-
+ 2015-02-11
+
- 1.3.4-dev
- 1.3.4
+ 1.3.5
+ 1.3.5
stable
stable
BSD, revised
- Fix compatibility with PHP 5.4 and 5.5
+ Fix compatibility with PHP 5.4, 5.5 and 5.6
+ iterator fix
+ bug #65342
@@ -80,6 +82,22 @@ http://pear.php.net/dtd/package-2.0.xsd">
gnupg
+
+
+ 1.3.5
+ 1.3.5
+
+
+ stable
+ stable
+
+ 2015-02-11
+ BSD, revised
+ Fix compatibility with PHP 5.4, 5.5 and 5.6
+ iterator fix
+ bug #65342
+
+
1.3.4
diff --git a/php_gnupg.h b/php_gnupg.h
index 81383ed..af7974a 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.4-dev"
+#define PHP_GNUPG_VERSION "1.3.5"
#ifdef PHP_WIN32
#define PHP_GNUPG_API __declspec(dllexport)