Skip to content

Commit

Permalink
Update version for Swoole 4.8.1 (#4447)
Browse files Browse the repository at this point in the history
* Update version for Swoole 4.8.1
  • Loading branch information
huanghantao authored Oct 29, 2021
1 parent b175422 commit 3b025ba
Show file tree
Hide file tree
Showing 6 changed files with 178 additions and 148 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT(libswoole)

ENABLE_LANGUAGE(ASM)
set(SWOOLE_VERSION 4.8.0)
set(SWOOLE_VERSION 4.8.1)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -g")
Expand Down
2 changes: 1 addition & 1 deletion config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ if test "$PHP_SWOOLE" != "no"; then
swoole_source_file=" \
ext-src/php_swoole.cc \
ext-src/php_swoole_cxx.cc \
ext-src/swoole_admin_server.cc \
ext-src/swoole_async_coro.cc \
ext-src/swoole_atomic.cc \
ext-src/swoole_channel_coro.cc \
Expand Down Expand Up @@ -563,7 +564,6 @@ if test "$PHP_SWOOLE" != "no"; then
ext-src/swoole_table.cc \
ext-src/swoole_timer.cc \
ext-src/swoole_websocket_server.cc \
ext-src/swoole_admin_server.cc \
src/core/base.cc \
src/core/channel.cc \
src/core/crc32.cc \
Expand Down
Loading

3 comments on commit 3b025ba

@remicollet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see 4.8.1 on https://pecl.php.net/package/swoole ?

@matyhtf
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@remicollet We will upload to pecl one day later

@huanghantao
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@remicollet It's now uploaded to PECL.

Please sign in to comment.