diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index b75c6e10742..397ab9a27c5 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 }; /* }}} */