Skip to content

Commit d647b78

Browse files
committed
Update version code
1 parent 7127256 commit d647b78

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PROJECT(libswoole)
22
cmake_minimum_required(VERSION 2.8.12)
33

44
ENABLE_LANGUAGE(ASM)
5-
set(SWOOLE_VERSION 6.0.1)
5+
set(SWOOLE_VERSION 6.0.2-dev)
66

77
set(CMAKE_CXX_STANDARD 11)
88
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -g")

include/swoole_version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020

2121
#define SWOOLE_MAJOR_VERSION 6
2222
#define SWOOLE_MINOR_VERSION 0
23-
#define SWOOLE_RELEASE_VERSION 1
24-
#define SWOOLE_EXTRA_VERSION ""
25-
#define SWOOLE_VERSION "6.0.1"
26-
#define SWOOLE_VERSION_ID 60001
23+
#define SWOOLE_RELEASE_VERSION 2
24+
#define SWOOLE_EXTRA_VERSION "dev"
25+
#define SWOOLE_VERSION "6.0.2-dev"
26+
#define SWOOLE_VERSION_ID 60002
2727
#define SWOOLE_API_VERSION_ID 0x202208a
2828

2929
#define SWOOLE_BUG_REPORT \

0 commit comments

Comments
 (0)