Skip to content

Commit

Permalink
22.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
doubaokun committed Dec 10, 2023
1 parent 9cb3b54 commit b435485
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT(libopenswoole)

ENABLE_LANGUAGE(ASM)
set(SWOOLE_VERSION 22.1.1)
set(SWOOLE_VERSION 22.1.2)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -g")
Expand Down
6 changes: 3 additions & 3 deletions include/swoole_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

#define SWOOLE_MAJOR_VERSION 22
#define SWOOLE_MINOR_VERSION 1
#define SWOOLE_RELEASE_VERSION 1
#define SWOOLE_RELEASE_VERSION 2
#define SWOOLE_EXTRA_VERSION ""
#define SWOOLE_VERSION "22.1.1"
#define SWOOLE_VERSION_ID 220101
#define SWOOLE_VERSION "22.1.2"
#define SWOOLE_VERSION_ID 220102
#define SWOOLE_API_VERSION_ID 0x202012a

#define SWOOLE_BUG_REPORT \
Expand Down
5 changes: 2 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<active>yes</active>
</lead>
<date>2023-12-10</date>
<time>18:00:00</time>
<time>22:00:00</time>
<version>
<release>22.1.1</release>
<release>22.1.2</release>
<api>22.0</api>
</version>
<stability>
Expand Down Expand Up @@ -1725,7 +1725,6 @@
</dependencies>
<providesextension>openswoole</providesextension>
<extsrcrelease>
<configureoption default="no" name="enable-cares" prompt="enable c-ares support?"/>
<configureoption default="no" name="enable-sockets" prompt="enable coroutine sockets?"/>
<configureoption default="no" name="enable-openssl" prompt="enable openssl support?"/>
<configureoption default="no" name="enable-http2" prompt="enable http2 protocol?"/>
Expand Down

0 comments on commit b435485

Please sign in to comment.