diff options
author | Remi Collet <remi@php.net> | 2017-04-05 07:39:39 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2017-04-05 07:39:39 +0200 |
commit | 67136fe77b24e59b185775ec308d81235666aaf9 (patch) | |
tree | 4b6185856ce5a39d0d80773d7b35b7dd6cecfe9b /ext/zip/php_zip.h | |
parent | 3c750d91ee9eeba00563a7a2d94a7470406b1b7e (diff) | |
download | php-git-67136fe77b24e59b185775ec308d81235666aaf9.tar.gz |
zip ext is 1.14.0
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 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) |