From e9eb250ea05ce89b550bc84fa7f3434960f139a8 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 26 Jun 2018 09:36:19 +0200 Subject: [PATCH] prepare release 2.1.4 * Fix #30: pq\Types is restricted to non-composite types --- package.xml | 7 +++---- php_pq.h | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) 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) -- 2.30.2