From: Remi Collet Date: Wed, 5 Apr 2017 05:39:39 +0000 (+0200) Subject: zip ext is 1.14.0 X-Git-Tag: php-7.2.0alpha1~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67136fe77b24e59b185775ec308d81235666aaf9;p=php zip ext is 1.14.0 --- diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h index 327ad54262..123c064a33 100644 --- a/ext/zip/php_zip.h +++ b/ext/zip/php_zip.h @@ -37,7 +37,7 @@ extern zend_module_entry zip_module_entry; #define ZIP_OVERWRITE ZIP_TRUNCATE #endif -#define PHP_ZIP_VERSION "1.14.0-dev" +#define PHP_ZIP_VERSION "1.14.0" #define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)