From: Michael Wallner Date: Tue, 26 Jun 2018 07:36:19 +0000 (+0200) Subject: prepare release 2.1.4 X-Git-Tag: v2.1.4 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=e9eb250ea05ce89b550bc84fa7f3434960f139a8 prepare release 2.1.4 * Fix #30: pq\Types is restricted to non-composite types --- diff --git a/package.xml b/package.xml index bfd8a01..57bc135 100644 --- a/package.xml +++ b/package.xml @@ -41,9 +41,9 @@ remi@php.net yes - 2018-01-10 + 2018-06-26 - 2.1.3 + 2.1.4 2.1.0 @@ -52,8 +52,7 @@ BSD-2-Clause diff --git a/php_pq.h b/php_pq.h index 5d93dd5..df357ab 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.3" +#define PHP_PQ_VERSION "2.1.4" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport)