From: Michael Wallner Date: Mon, 14 Jan 2019 13:53:34 +0000 (+0100) Subject: prepare release 2.1.5 X-Git-Tag: v2.1.5~2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=c7085becd38d66f3b9c1170f11b22f2a83951afa prepare release 2.1.5 * Fix PHP-7.3 compatibility --- diff --git a/package.xml b/package.xml index 57bc135..bde3145 100644 --- a/package.xml +++ b/package.xml @@ -41,9 +41,9 @@ remi@php.net yes - 2018-06-26 + 2019-01-14 - 2.1.4 + 2.1.5 2.1.0 @@ -52,7 +52,7 @@ BSD-2-Clause diff --git a/php_pq.h b/php_pq.h index df357ab..cacd6c6 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.4" +#define PHP_PQ_VERSION "2.1.5" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport)