Skip to content

Commit

Permalink
bump ext/zip version
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Oct 14, 2016
1 parent 466870e commit f1cf340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/zip/php_zip.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ extern zend_module_entry zip_module_entry;
#define ZIP_OVERWRITE ZIP_TRUNCATE
#endif

#define PHP_ZIP_VERSION "1.13.4"
#define PHP_ZIP_VERSION "1.13.5"

#ifndef Z_SET_REFCOUNT_P
# if PHP_MAJOR_VERSION < 6 && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION < 3)
Expand Down

0 comments on commit f1cf340

Please sign in to comment.