From 4f1f575de002c0e7037be44fc7d1f7e83d84af22 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 5 Feb 2024 19:56:09 +0100 Subject: [PATCH] prepare v2.2.3 --- package.xml | 6 +++--- php_pq.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index 1c7ba19..e6b668e 100644 --- a/package.xml +++ b/package.xml @@ -41,9 +41,9 @@ remi@php.net yes - 2023-06-12 + 2024-02-05 - 2.2.2 + 2.2.3 2.1.0 @@ -52,7 +52,7 @@ BSD-2-Clause diff --git a/php_pq.h b/php_pq.h index a97cdb3..022c553 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.2" +#define PHP_PQ_VERSION "2.2.3" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport) -- 2.30.2