summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2008-01-18 00:20:56 +0000
committerGreg Beaver <cellog@php.net>2008-01-18 00:20:56 +0000
commit0d074e23d358a63ac83d97da1a50cddfa2a0db2a (patch)
tree8e7d3451d68218d93abd74c607efd8fe3fa60988
parentac11490f828f3135f846c2b245139533d6660d3e (diff)
downloadphp-git-0d074e23d358a63ac83d97da1a50cddfa2a0db2a.tar.gz
update module version number
-rw-r--r--ext/zip/php_zip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c
index b75c6e1074..397ab9a27c 100644
--- a/ext/zip/php_zip.c
+++ b/ext/zip/php_zip.c
@@ -654,7 +654,7 @@ zend_module_entry zip_module_entry = {
NULL,
NULL,
PHP_MINFO(zip),
- "1.4.0",
+ "2.0.0",
STANDARD_MODULE_PROPERTIES
};
/* }}} */