diff --git a/package.xml b/package.xml index dea2b26f19b..670d6bee851 100644 --- a/package.xml +++ b/package.xml @@ -36,9 +36,9 @@ yes 2018-08-31 - + - 4.1.0 + 4.1.1 4.0 @@ -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 diff --git a/php_swoole.h b/php_swoole.h index 5f49bd1b72b..46e55fdb0a4 100644 --- a/php_swoole.h +++ b/php_swoole.h @@ -66,7 +66,7 @@ BEGIN_EXTERN_C() #include #include -#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