From cc60cacd485e3d5d7b6b561e51cfa1e60e9ddb53 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 3 Mar 2023 15:34:20 +0100 Subject: [PATCH] prepare v2.2.1 * Fixed PHP-8.2 compatibility (see gh issue #46) --- package.xml | 10 +++------- php_pq.h | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/package.xml b/package.xml index 5209743..e989104 100644 --- a/package.xml +++ b/package.xml @@ -41,9 +41,9 @@ remi@php.net yes - 2021-08-30 + 2023-03-03 - 2.2.0 + 2.2.1 2.1.0 @@ -52,11 +52,7 @@ BSD-2-Clause diff --git a/php_pq.h b/php_pq.h index d887a9c..f7a3e44 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.2.0" +#define PHP_PQ_VERSION "2.2.1" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport) -- 2.30.2