From: Greg Beaver Date: Fri, 18 Jan 2008 00:20:56 +0000 (+0000) Subject: update module version number X-Git-Tag: RELEASE_1_3_1~342 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d074e23d358a63ac83d97da1a50cddfa2a0db2a;p=php update module version number --- 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 }; /* }}} */