Skip to content

Commit f122cc2

Browse files
committed
set ext/zip version to 1.13 (as we have new methods... semver...)
1 parent 9e9170b commit f122cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zip/php_zip.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extern zend_module_entry zip_module_entry;
3838
#define ZIP_OVERWRITE ZIP_TRUNCATE
3939
#endif
4040

41-
#define PHP_ZIP_VERSION "1.12.6dev"
41+
#define PHP_ZIP_VERSION "1.13.0dev"
4242

4343
#ifndef Z_SET_REFCOUNT_P
4444
# if PHP_MAJOR_VERSION < 6 && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION < 3)

0 commit comments

Comments
 (0)