Skip to content

Commit

Permalink
Update version for Swoole 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twose committed Jul 6, 2019
1 parent 7e08bd1 commit bd3d93b
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 80 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.4.0-alpha)
SET(SWOOLE_VERSION 4.4.0)
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 @@ -107,8 +107,8 @@ int clock_gettime(clock_id_t which_clock, struct timespec *t);
#define SWOOLE_MAJOR_VERSION 4
#define SWOOLE_MINOR_VERSION 4
#define SWOOLE_RELEASE_VERSION 0
#define SWOOLE_EXTRA_VERSION "beta"
#define SWOOLE_VERSION "4.4.0-beta"
#define SWOOLE_EXTRA_VERSION ""
#define SWOOLE_VERSION "4.4.0"
#define SWOOLE_VERSION_ID 40400
#define SWOOLE_BUG_REPORT \
"A bug occurred in Swoole-v" SWOOLE_VERSION ", please report it.\n"\
Expand Down
Loading

0 comments on commit bd3d93b

Please sign in to comment.