Skip to content

Commit

Permalink
Update version for Swoole 4.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
twose committed Jul 16, 2019
1 parent 2b25a2f commit 9ae4568
Show file tree
Hide file tree
Showing 3 changed files with 12 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.3.4)
SET(SWOOLE_VERSION 4.3.6)
SET(SWOOLE_CLFLAGS pthread rt dl ssl crypt crypto)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
Expand Down
6 changes: 3 additions & 3 deletions include/swoole.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ int clock_gettime(clock_id_t which_clock, struct timespec *t);

#define SWOOLE_MAJOR_VERSION 4
#define SWOOLE_MINOR_VERSION 3
#define SWOOLE_RELEASE_VERSION 5
#define SWOOLE_RELEASE_VERSION 6
#define SWOOLE_EXTRA_VERSION ""
#define SWOOLE_VERSION "4.3.5"
#define SWOOLE_VERSION_ID 40305
#define SWOOLE_VERSION "4.3.6"
#define SWOOLE_VERSION_ID 40306
#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
12 changes: 8 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
<active>yes</active>
</developer>

<date>2019-06-14</date>
<time>09:50:10</time>
<date>2019-07-16</date>
<time>17:00:00</time>
<version>
<release>4.3.5</release>
<release>4.3.6</release>
<api>4.0</api>
</version>
<stability>
Expand All @@ -51,7 +51,10 @@
<notes>
Fixed
---
* Fixed #2610
* Fixed #2661 (#2661) (@twose)
* Fixed hang on MacOS (dcb14488) (@matyhtf)
* Fixed SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER (#2667) (@twose)
* Fixed global value (edfdc544) (@twose)
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -955,6 +958,7 @@
<file role="test" name="tests/swoole_http_client_coro/another_coroutine.phpt" />
<file role="test" name="tests/swoole_http_client_coro/auto_reconnect.phpt" />
<file role="test" name="tests/swoole_http_client_coro/buffer.phpt" />
<file role="test" name="tests/swoole_http_client_coro/bug_2661.phpt" />
<file role="test" name="tests/swoole_http_client_coro/connect_timeout.phpt" />
<file role="test" name="tests/swoole_http_client_coro/construct_failed.phpt" />
<file role="test" name="tests/swoole_http_client_coro/defer.phpt" />
Expand Down

0 comments on commit 9ae4568

Please sign in to comment.