From 0d074e23d358a63ac83d97da1a50cddfa2a0db2a Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Fri, 18 Jan 2008 00:20:56 +0000 Subject: update module version number --- ext/zip/php_zip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/zip/php_zip.c') 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 }; /* }}} */ -- cgit v1.2.1