]> granicus.if.org Git - php/commitdiff
set ext/zip version to 1.13 (as we have new methods... semver...)
authorRemi Collet <remi@php.net>
Thu, 7 May 2015 08:41:48 +0000 (10:41 +0200)
committerRemi Collet <remi@php.net>
Thu, 7 May 2015 08:41:48 +0000 (10:41 +0200)
ext/zip/php_zip.h

index 289b41ade2a4a6dce27e3e7aba59d3da92a1fa30..1ac775eebf273cfe12a367801880a570722cf262 100644 (file)
@@ -38,7 +38,7 @@ extern zend_module_entry zip_module_entry;
 #define ZIP_OVERWRITE ZIP_TRUNCATE
 #endif
 
-#define PHP_ZIP_VERSION "1.12.6dev"
+#define PHP_ZIP_VERSION "1.13.0dev"
 
 #ifndef  Z_SET_REFCOUNT_P
 # if PHP_MAJOR_VERSION < 6 && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION < 3)