Skip to content

Commit

Permalink
update version number to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Dec 24, 2021
1 parent 3dca7e7 commit 6da32cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.9.0-dev)
set(SWOOLE_VERSION 5.0.0-dev)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -g")
Expand Down
8 changes: 4 additions & 4 deletions include/swoole_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
#ifndef SWOOLE_VERSION_H_
#define SWOOLE_VERSION_H_

#define SWOOLE_MAJOR_VERSION 4
#define SWOOLE_MINOR_VERSION 9
#define SWOOLE_MAJOR_VERSION 5
#define SWOOLE_MINOR_VERSION 0
#define SWOOLE_RELEASE_VERSION 0
#define SWOOLE_EXTRA_VERSION "dev"
#define SWOOLE_VERSION "4.9.0-dev"
#define SWOOLE_VERSION_ID 40900
#define SWOOLE_VERSION "5.0.0-dev"
#define SWOOLE_VERSION_ID 50000
#define SWOOLE_API_VERSION_ID 0x202109a

#define SWOOLE_BUG_REPORT \
Expand Down

0 comments on commit 6da32cf

Please sign in to comment.