]> granicus.if.org Git - php/commitdiff
sync zip ext version with pecl
authorAnatoliy Belsky <ab@php.net>
Tue, 19 Jun 2012 15:15:56 +0000 (17:15 +0200)
committerAnatoliy Belsky <ab@php.net>
Tue, 19 Jun 2012 15:15:56 +0000 (17:15 +0200)
ext/zip/php_zip.h

index c9e88d652a605ca70ac80a8e04babb6eeafd1514..f848ade8bc54eb6d84fca274004f89ad50be0641 100644 (file)
@@ -30,7 +30,7 @@ extern zend_module_entry zip_module_entry;
 
 #include "lib/zip.h"
 
-#define PHP_ZIP_VERSION_STRING "1.9.2"
+#define PHP_ZIP_VERSION_STRING "1.11.0"
 
 #if ((PHP_MAJOR_VERSION >= 5 && PHP_MINOR_VERSION >= 2) || PHP_MAJOR_VERSION >= 6)
 # define PHP_ZIP_USE_OO 1