From 3c66f6be484daa0e822a48726c3231bfe8b094a2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Mar 2026 07:09:52 +0100 Subject: update to 6.2.0RC2 drop patch merged upstream --- REFLECTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 978338d..4c2179d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 swoole version 6.2.0RC1 ] { +Extension [ extension #120 swoole version 6.2.0RC2 ] { - Dependencies { Dependency [ json (Required) ] @@ -42,12 +42,12 @@ Extension [ extension #120 swoole version 6.2.0RC1 ] { } - Constants [418] { - Constant [ string SWOOLE_VERSION ] { 6.2.0RC1 } + Constant [ string SWOOLE_VERSION ] { 6.2.0RC2 } Constant [ int SWOOLE_VERSION_ID ] { 60200 } Constant [ int SWOOLE_MAJOR_VERSION ] { 6 } Constant [ int SWOOLE_MINOR_VERSION ] { 2 } Constant [ int SWOOLE_RELEASE_VERSION ] { 0 } - Constant [ string SWOOLE_EXTRA_VERSION ] { RC1 } + Constant [ string SWOOLE_EXTRA_VERSION ] { RC2 } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } Constant [ bool SWOOLE_HAVE_ZLIB ] { 1 } -- cgit