bump zip version

This commit is contained in:
Remi Collet 2016-06-21 11:16:21 +02:00
parent 722ed4c757
commit 69fd1133d0

View file

@ -37,7 +37,7 @@ extern zend_module_entry zip_module_entry;
#define ZIP_OVERWRITE ZIP_TRUNCATE
#endif
#define PHP_ZIP_VERSION "1.13.2"
#define PHP_ZIP_VERSION "1.13.3"
#ifndef Z_SET_REFCOUNT_P
# if PHP_MAJOR_VERSION < 6 && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION < 3)