summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.h
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2016-02-29 19:28:40 +0000
committerJakub Zelenka <bukka@php.net>2016-02-29 19:28:40 +0000
commit80015ba741fc857074050086db6c7b2a4716d6d5 (patch)
tree9e0b85868c092ae83a0df2bd4f33f79ba773aab2 /ext/zip/php_zip.h
parent4ea2a0fd60cdf75d746909198ea69f1e3e4ba193 (diff)
parent31dc08a904f2a91b582396b6ba118abfd12cf246 (diff)
downloadphp-git-80015ba741fc857074050086db6c7b2a4716d6d5.tar.gz
Merge branch 'PHP-7.0' into openssl_error_store
Diffstat (limited to 'ext/zip/php_zip.h')
-rw-r--r--ext/zip/php_zip.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h
index 602b1b1c44..f5df19e79a 100644
--- a/ext/zip/php_zip.h
+++ b/ext/zip/php_zip.h
@@ -16,7 +16,6 @@
+----------------------------------------------------------------------+
*/
-/* $Id$ */
#ifndef PHP_ZIP_H
#define PHP_ZIP_H
@@ -38,7 +37,7 @@ extern zend_module_entry zip_module_entry;
#define ZIP_OVERWRITE ZIP_TRUNCATE
#endif
-#define PHP_ZIP_VERSION "1.13.0"
+#define PHP_ZIP_VERSION "1.13.2"
#ifndef Z_SET_REFCOUNT_P
# if PHP_MAJOR_VERSION < 6 && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION < 3)