summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.h
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2017-04-05 07:39:39 +0200
committerRemi Collet <remi@php.net>2017-04-05 07:39:39 +0200
commit67136fe77b24e59b185775ec308d81235666aaf9 (patch)
tree4b6185856ce5a39d0d80773d7b35b7dd6cecfe9b /ext/zip/php_zip.h
parent3c750d91ee9eeba00563a7a2d94a7470406b1b7e (diff)
downloadphp-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.h2
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)