diff options
author | Greg Beaver <cellog@php.net> | 2008-01-18 00:20:56 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2008-01-18 00:20:56 +0000 |
commit | 0d074e23d358a63ac83d97da1a50cddfa2a0db2a (patch) | |
tree | 8e7d3451d68218d93abd74c607efd8fe3fa60988 | |
parent | ac11490f828f3135f846c2b245139533d6660d3e (diff) | |
download | php-git-0d074e23d358a63ac83d97da1a50cddfa2a0db2a.tar.gz |
update module version number
-rw-r--r-- | ext/zip/php_zip.c | 2 |
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 }; /* }}} */ |