summaryrefslogtreecommitdiff
path: root/ext/zip
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2016-07-21 08:42:53 +0200
committerRemi Collet <remi@php.net>2016-07-21 08:44:26 +0200
commita2a122804e60e3c441d7cb7b7421e2c7f9d6e5a3 (patch)
tree5c52508775ac75a183ecb649c96d5dceab7b25ff /ext/zip
parent4a643e5e1362951362b5eb4a30af0d5068ca6686 (diff)
downloadphp-git-a2a122804e60e3c441d7cb7b7421e2c7f9d6e5a3.tar.gz
bump zip extension version
Diffstat (limited to 'ext/zip')
-rw-r--r--ext/zip/php_zip.h2
1 files changed, 1 insertions, 1 deletions
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)