]> granicus.if.org Git - php/commitdiff
bump zip extension version
authorRemi Collet <remi@php.net>
Thu, 21 Jul 2016 06:42:53 +0000 (08:42 +0200)
committerRemi Collet <remi@php.net>
Thu, 21 Jul 2016 06:44:26 +0000 (08:44 +0200)
ext/zip/php_zip.h

index 00b08b4eb141be4131067e3f7ef5abf9c5ab49c5..6a81607e1b72df104b034f818aed825201e5c4a9 100644 (file)
@@ -37,7 +37,7 @@ extern zend_module_entry zip_module_entry;
 #define ZIP_OVERWRITE ZIP_TRUNCATE
 #endif
 
-#define PHP_ZIP_VERSION "1.13.3"
+#define PHP_ZIP_VERSION "1.13.4"
 
 #ifndef  Z_SET_REFCOUNT_P
 # if PHP_MAJOR_VERSION < 6 && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION < 3)