Skip to content

Commit

Permalink
Update version (#4495)
Browse files Browse the repository at this point in the history
* Update version

* Update package.xml
  • Loading branch information
matyhtf committed Nov 17, 2021
1 parent e8cd7b2 commit bc5142a
Show file tree
Hide file tree
Showing 5 changed files with 718 additions and 54 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT(libswoole)

ENABLE_LANGUAGE(ASM)
set(SWOOLE_VERSION 4.8.2-dev)
set(SWOOLE_VERSION 4.8.2)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -g")
Expand Down
Loading

0 comments on commit bc5142a

Please sign in to comment.