Skip to content

Commit 08a9f2f

Browse files
release 6.1.0RC2 (#5884)
1 parent dcbec93 commit 08a9f2f

File tree

3 files changed

+67
-82
lines changed

3 files changed

+67
-82
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.0RC1)
5+
set(SWOOLE_VERSION 6.1.0RC2)
66

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

include/swoole_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define SWOOLE_MINOR_VERSION 1
2323
#define SWOOLE_RELEASE_VERSION 0
2424
#define SWOOLE_EXTRA_VERSION ""
25-
#define SWOOLE_VERSION "6.1.0RC1"
25+
#define SWOOLE_VERSION "6.1.0RC2"
2626
#define SWOOLE_VERSION_ID 60100
2727
#define SWOOLE_API_VERSION_ID 0x202208a
2828

0 commit comments

Comments
 (0)