From b00bd87cf655ea161706834c4ca594122be6fc81 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Dec 2025 08:42:42 +0100 Subject: update to 6.1.6 --- REFLECTION | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index b29a7a7..b167e71 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 swoole version 6.1.5 ] { +Extension [ extension #120 swoole version 6.1.6 ] { - Dependencies { Dependency [ json (Required) ] @@ -30,11 +30,11 @@ Extension [ extension #120 swoole version 6.1.5 ] { } - Constants [416] { - Constant [ string SWOOLE_VERSION ] { 6.1.5 } - Constant [ int SWOOLE_VERSION_ID ] { 60105 } + Constant [ string SWOOLE_VERSION ] { 6.1.6 } + Constant [ int SWOOLE_VERSION_ID ] { 60106 } Constant [ int SWOOLE_MAJOR_VERSION ] { 6 } Constant [ int SWOOLE_MINOR_VERSION ] { 1 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 5 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 6 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } -- cgit