Skip to content

Commit

Permalink
Update version for Swoole 4.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
twose committed Dec 20, 2018
1 parent f1a3273 commit 8e6469b
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 26 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.2.9)
SET(SWOOLE_VERSION 4.2.10)
SET(SWOOLE_CLFLAGS pthread rt dl ssl crypt crypto nghttp2)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
Expand Down
4 changes: 2 additions & 2 deletions include/swoole.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ int clock_gettime(clock_id_t which_clock, struct timespec *t);
#define SWOOLE_MAJOR_VERSION 4
#define SWOOLE_MINOR_VERSION 2
#define SWOOLE_RELEASE_VERSION 10
#define SWOOLE_EXTRA_VERSION "rc.1"
#define SWOOLE_VERSION "4.2.10-rc.1"
#define SWOOLE_EXTRA_VERSION ""
#define SWOOLE_VERSION "4.2.10"
#define SWOOLE_VERSION_ID 40210
#define SWOOLE_BUG_REPORT \
"A bug occurred in Swoole-v" SWOOLE_VERSION ", please report it.\n"\
Expand Down
Loading

0 comments on commit 8e6469b

Please sign in to comment.