Skip to content

Commit bc5142a

Browse files
authored
Update version (#4495)
* Update version * Update package.xml
1 parent e8cd7b2 commit bc5142a

File tree

5 files changed

+718
-54
lines changed

5 files changed

+718
-54
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PROJECT(libswoole)
22

33
ENABLE_LANGUAGE(ASM)
4-
set(SWOOLE_VERSION 4.8.2-dev)
4+
set(SWOOLE_VERSION 4.8.2)
55

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

0 commit comments

Comments
 (0)