Skip to content

Commit

Permalink
Update version for Swoole 4.4.26 (#4212)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored May 15, 2021
1 parent a6c0cd1 commit bab551a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.4.25)
SET(SWOOLE_VERSION 4.4.26)
SET(SWOOLE_CLFLAGS pthread rt dl ssl crypt crypto)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall")
Expand Down
6 changes: 3 additions & 3 deletions include/swoole.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ int clock_gettime(clock_id_t which_clock, struct timespec *t);

#define SWOOLE_MAJOR_VERSION 4
#define SWOOLE_MINOR_VERSION 4
#define SWOOLE_RELEASE_VERSION 25
#define SWOOLE_RELEASE_VERSION 26
#define SWOOLE_EXTRA_VERSION ""
#define SWOOLE_VERSION "4.4.25"
#define SWOOLE_VERSION_ID 40425
#define SWOOLE_VERSION "4.4.26"
#define SWOOLE_VERSION_ID 40426
#define SWOOLE_BUG_REPORT \
"A bug occurred in Swoole-v" SWOOLE_VERSION ", please report it.\n"\
"The Swoole developers probably don't know about it,\n"\
Expand Down
8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
<email>[email protected]</email>
<active>yes</active>
</developer>
<date>2021-04-08</date>
<time>10:00:00</time>
<date>2021-05-15</date>
<time>19:00:00</time>
<version>
<release>4.4.25</release>
<release>4.4.26</release>
<api>4.0</api>
</version>
<stability>
Expand All @@ -56,7 +56,7 @@
<notes>
Fixed
---
* Fix httpclient proxy with host and port
* Fixed special case OnClose event missing while listening for writable events
</notes>
<contents>
<dir name="/">
Expand Down

0 comments on commit bab551a

Please sign in to comment.