Skip to content

Commit a23fb06

Browse files
6.1.0 RC1 release
1 parent 8057ba9 commit a23fb06

File tree

3 files changed

+192
-39
lines changed

3 files changed

+192
-39
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.0-dev)
5+
set(SWOOLE_VERSION 6.1.0RC1)
66

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

include/swoole_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
#define SWOOLE_MAJOR_VERSION 6
2222
#define SWOOLE_MINOR_VERSION 1
2323
#define SWOOLE_RELEASE_VERSION 0
24-
#define SWOOLE_EXTRA_VERSION "dev"
25-
#define SWOOLE_VERSION "6.1.0-dev"
24+
#define SWOOLE_EXTRA_VERSION ""
25+
#define SWOOLE_VERSION "6.1.0RC1"
2626
#define SWOOLE_VERSION_ID 60100
2727
#define SWOOLE_API_VERSION_ID 0x202208a
2828

0 commit comments

Comments
 (0)