From: Michael Wallner Date: Fri, 3 Mar 2023 14:34:20 +0000 (+0100) Subject: prepare v2.2.1 X-Git-Tag: v2.2.1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=cc60cacd485e3d5d7b6b561e51cfa1e60e9ddb53 prepare v2.2.1 * Fixed PHP-8.2 compatibility (see gh issue #46) --- 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)