From c45141ace690e9a6ae403bc86b9d10b80ef88082 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 24 Sep 2020 11:48:22 +0200 Subject: [PATCH] prepare v2.1.8 --- package.xml | 6 +++--- php_pq.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index 00e7a76..2c2b417 100644 --- a/package.xml +++ b/package.xml @@ -41,9 +41,9 @@ remi@php.net yes - 2020-02-07 + 2020-09-24 - 2.1.7 + 2.1.8 2.1.0 @@ -52,7 +52,7 @@ BSD-2-Clause diff --git a/php_pq.h b/php_pq.h index d105607..817627f 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.7" +#define PHP_PQ_VERSION "2.1.8" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport) -- 2.30.2