Skip to content

Commit e5ea3f3

Browse files
committed
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src: set ext/zip version to 1.13 (as we have new methods... semver...)
2 parents e6976e9 + f122cc2 commit e5ea3f3

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)