Skip to content

Commit

Permalink
Update version for Swoole 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twose committed Mar 12, 2019
1 parent 853f4c9 commit 815999d
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 117 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.3.0)
SET(SWOOLE_VERSION 4.3.1)
SET(SWOOLE_CLFLAGS pthread rt dl ssl crypt crypto)
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 @@ -89,8 +89,8 @@ int clock_gettime(clock_id_t which_clock, struct timespec *t);
#define SWOOLE_MAJOR_VERSION 4
#define SWOOLE_MINOR_VERSION 3
#define SWOOLE_RELEASE_VERSION 1
#define SWOOLE_EXTRA_VERSION "alpha"
#define SWOOLE_VERSION "4.3.1-alpha"
#define SWOOLE_EXTRA_VERSION ""
#define SWOOLE_VERSION "4.3.1"
#define SWOOLE_VERSION_ID 40301
#define SWOOLE_BUG_REPORT \
"A bug occurred in Swoole-v" SWOOLE_VERSION ", please report it.\n"\
Expand Down
Loading

0 comments on commit 815999d

Please sign in to comment.