diff options
author | Remi Collet <remi@php.net> | 2015-05-07 10:41:48 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2015-05-07 10:41:48 +0200 |
commit | f122cc257c4c1fc99bad819a7c504bab7989a1eb (patch) | |
tree | d2917cd7a54a104fa52e65a366931479646d98a3 /ext/zip/php_zip.h | |
parent | 9e9170bd07a621d8d819b6d3e8a11c5232c8261b (diff) | |
download | php-git-f122cc257c4c1fc99bad819a7c504bab7989a1eb.tar.gz |
set ext/zip version to 1.13 (as we have new methods... semver...)
Diffstat (limited to 'ext/zip/php_zip.h')
-rw-r--r-- | ext/zip/php_zip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h index 289b41ade2..1ac775eebf 100644 --- a/ext/zip/php_zip.h +++ b/ext/zip/php_zip.h @@ -38,7 +38,7 @@ extern zend_module_entry zip_module_entry; #define ZIP_OVERWRITE ZIP_TRUNCATE #endif -#define PHP_ZIP_VERSION "1.12.6dev" +#define PHP_ZIP_VERSION "1.13.0dev" #ifndef Z_SET_REFCOUNT_P # if PHP_MAJOR_VERSION < 6 && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION < 3) |