Skip to content

Commit

Permalink
release 4.8.14 (#5491)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFreeman authored Sep 25, 2024
1 parent 5c801a1 commit 966beb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.13)
set(SWOOLE_VERSION 4.8.14)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -g")
Expand Down
6 changes: 3 additions & 3 deletions include/swoole_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

#define SWOOLE_MAJOR_VERSION 4
#define SWOOLE_MINOR_VERSION 8
#define SWOOLE_RELEASE_VERSION 13
#define SWOOLE_RELEASE_VERSION 14
#define SWOOLE_EXTRA_VERSION ""
#define SWOOLE_VERSION "4.8.13"
#define SWOOLE_VERSION_ID 40813
#define SWOOLE_VERSION "4.8.14"
#define SWOOLE_VERSION_ID 40814
#define SWOOLE_API_VERSION_ID 0x202109a

#define SWOOLE_BUG_REPORT \
Expand Down

0 comments on commit 966beb9

Please sign in to comment.