From: Remi Collet Date: Thu, 21 Jul 2016 06:42:53 +0000 (+0200) Subject: bump zip extension version X-Git-Tag: php-7.0.10RC1~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2a122804e60e3c441d7cb7b7421e2c7f9d6e5a3;p=php bump zip extension version --- diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h index 00b08b4eb1..6a81607e1b 100644 --- a/ext/zip/php_zip.h +++ b/ext/zip/php_zip.h @@ -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)