From ce626619c29516712e060531ae1be20ae0372276 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Aug 2024 09:12:03 +0200 Subject: update to 5.1.4 drop patch merged upstream --- REFLECTION | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index c3d8b64..ad493be 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #94 swoole version 5.1.3 ] { +Extension [ extension #96 swoole version 5.1.4 ] { - Dependencies { Dependency [ json (Required) ] @@ -33,11 +33,11 @@ Extension [ extension #94 swoole version 5.1.3 ] { } - Constants [421] { - Constant [ string SWOOLE_VERSION ] { 5.1.3 } - Constant [ int SWOOLE_VERSION_ID ] { 50103 } + Constant [ string SWOOLE_VERSION ] { 5.1.4 } + Constant [ int SWOOLE_VERSION_ID ] { 50104 } Constant [ int SWOOLE_MAJOR_VERSION ] { 5 } Constant [ int SWOOLE_MINOR_VERSION ] { 1 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 3 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 4 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } -- cgit