From: Michael Wallner Date: Fri, 7 Feb 2020 07:08:11 +0000 (+0100) Subject: release 2.1.7 X-Git-Tag: v2.1.7 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=fa62bc04ca30261e32134dd7299e49ac69fede20 release 2.1.7 * Fix PHP-7.4 compatibility (undefined ulong on some platforms) --- diff --git a/package.xml b/package.xml index 2d2df07..00e7a76 100644 --- a/package.xml +++ b/package.xml @@ -41,9 +41,9 @@ remi@php.net yes - 2020-01-18 + 2020-02-07 - 2.1.6 + 2.1.7 2.1.0 @@ -52,9 +52,7 @@ BSD-2-Clause diff --git a/php_pq.h b/php_pq.h index a76cddd..d105607 100644 --- a/php_pq.h +++ b/php_pq.h @@ -14,7 +14,7 @@ #ifndef PHP_PQ_H #define PHP_PQ_H -#define PHP_PQ_VERSION "2.1.6" +#define PHP_PQ_VERSION "2.1.7" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport)