Skip to content

Commit 59a797f

Browse files
committed
Update version code
1 parent 2b3d2da commit 59a797f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎CMakeLists.txt‎

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

44
enable_language(ASM)
5-
set(SWOOLE_VERSION 6.1.2)
5+
set(SWOOLE_VERSION 6.2.0-dev)
66

77
set(CMAKE_CXX_STANDARD 14)
88
set(CMAKE_CXX_STANDARD_REQUIRED ON)

‎include/swoole_version.h‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#define SWOOLE_VERSION_H_
2020

2121
#define SWOOLE_MAJOR_VERSION 6
22-
#define SWOOLE_MINOR_VERSION 1
23-
#define SWOOLE_RELEASE_VERSION 2
24-
#define SWOOLE_EXTRA_VERSION ""
25-
#define SWOOLE_VERSION "6.1.2"
26-
#define SWOOLE_VERSION_ID 60102
22+
#define SWOOLE_MINOR_VERSION 2
23+
#define SWOOLE_RELEASE_VERSION 0
24+
#define SWOOLE_EXTRA_VERSION "dev"
25+
#define SWOOLE_VERSION "6.2.0-dev"
26+
#define SWOOLE_VERSION_ID 60200
2727
#define SWOOLE_API_VERSION_ID 0x202208a
2828

2929
#define SWOOLE_BUG_REPORT \

0 commit comments

Comments
 (0)