Skip to content

Commit 3b025ba

Browse files
authored
Update version for Swoole 4.8.1 (#4447)
* Update version for Swoole 4.8.1
1 parent b175422 commit 3b025ba

File tree

6 files changed

+178
-148
lines changed

6 files changed

+178
-148
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PROJECT(libswoole)
22

33
ENABLE_LANGUAGE(ASM)
4-
set(SWOOLE_VERSION 4.8.0)
4+
set(SWOOLE_VERSION 4.8.1)
55

66
set(CMAKE_CXX_STANDARD 11)
77
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -g")

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ if test "$PHP_SWOOLE" != "no"; then
532532
swoole_source_file=" \
533533
ext-src/php_swoole.cc \
534534
ext-src/php_swoole_cxx.cc \
535+
ext-src/swoole_admin_server.cc \
535536
ext-src/swoole_async_coro.cc \
536537
ext-src/swoole_atomic.cc \
537538
ext-src/swoole_channel_coro.cc \
@@ -563,7 +564,6 @@ if test "$PHP_SWOOLE" != "no"; then
563564
ext-src/swoole_table.cc \
564565
ext-src/swoole_timer.cc \
565566
ext-src/swoole_websocket_server.cc \
566-
ext-src/swoole_admin_server.cc \
567567
src/core/base.cc \
568568
src/core/channel.cc \
569569
src/core/crc32.cc \

0 commit comments

Comments
 (0)