Skip to content

Commit

Permalink
Update version for pecl package.
Browse files Browse the repository at this point in the history
  • Loading branch information
twose committed Aug 31, 2018
1 parent 2261dc4 commit 8e9aea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.xml
Expand Up @@ -36,9 +36,9 @@
<active>yes</active>
</developer>
<date>2018-08-31</date>
<time>18:30:00</time>
<time>20:30:00</time>
<version>
<release>4.1.0</release>
<release>4.1.1</release>
<api>4.0</api>
</version>
<stability>
Expand Down Expand Up @@ -67,6 +67,7 @@
* Compile error will occur when GCC version is less than 4.8
* Fixed MySQL's memory allocation caused by the use of prepare statement without parameter binding
* Fixed old stream memory loss leak when HTTP2 client reconnect
* Fixed wrong package info by version 4.1.0
</notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_swoole.h
Expand Up @@ -66,7 +66,7 @@ BEGIN_EXTERN_C()
#include <ext/standard/basic_functions.h>
#include <ext/standard/php_http.h>

#define PHP_SWOOLE_VERSION "4.1.0"
#define PHP_SWOOLE_VERSION "4.1.1"
#define PHP_SWOOLE_CHECK_CALLBACK
#define PHP_SWOOLE_ENABLE_FASTCALL
#define PHP_SWOOLE_CLIENT_USE_POLL
Expand Down

0 comments on commit 8e9aea3

Please sign in to comment.