Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Jan 11, 2022
1 parent 95db640 commit fdfab63
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 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.8.6-dev)
set(SWOOLE_VERSION 4.8.6)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -g")
Expand Down
4 changes: 2 additions & 2 deletions ext-src/php_swoole_library.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* -----------------------------------------------------------------------
* Generated by tools/build-library.php, Please DO NOT modify!
* Generated by /home/htf/workspace/swoole/tools/build-library.php, Please DO NOT modify!
+----------------------------------------------------------------------+
| Swoole |
+----------------------------------------------------------------------+
Expand All @@ -11,7 +11,7 @@
| If you did not receive a copy of the Apache2.0 license and are unable|
| to obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
+----------------------------------------------------------------------+
*/

/* $Id: acfe73e33caae4c5d12da7456a261b64b191f588 */
Expand Down
4 changes: 2 additions & 2 deletions include/swoole_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#define SWOOLE_MAJOR_VERSION 4
#define SWOOLE_MINOR_VERSION 8
#define SWOOLE_RELEASE_VERSION 6
#define SWOOLE_EXTRA_VERSION "dev"
#define SWOOLE_VERSION "4.8.6-dev"
#define SWOOLE_EXTRA_VERSION ""
#define SWOOLE_VERSION "4.8.6"
#define SWOOLE_VERSION_ID 40806
#define SWOOLE_API_VERSION_ID 0x202109a

Expand Down
16 changes: 4 additions & 12 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
<email>[email protected]</email>
<active>yes</active>
</developer>
<date>2021-12-24</date>
<date>2022-01-11</date>
<time>18:00:00</time>
<version>
<release>4.8.5</release>
<release>4.8.6</release>
<api>4.0</api>
</version>
<stability>
Expand All @@ -63,8 +63,8 @@
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Revert parameter type of Table
- Fix crash when received wrong data with websocket protocol
- Added prefix to boost/context API names
- Optimized configure options
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -2073,8 +2073,6 @@
<file role="src" name="thirdparty/boost/asm/jump_arm_aapcs_macho_gas.S" />
<file role="src" name="thirdparty/boost/asm/jump_arm_aapcs_pe_armasm.asm" />
<file role="src" name="thirdparty/boost/asm/jump_combined_sysv_macho_gas.S" />
<file role="src" name="thirdparty/boost/asm/jump_i386_ms_pe_gas.asm" />
<file role="src" name="thirdparty/boost/asm/jump_i386_ms_pe_masm.asm" />
<file role="src" name="thirdparty/boost/asm/jump_i386_sysv_elf_gas.S" />
<file role="src" name="thirdparty/boost/asm/jump_i386_sysv_macho_gas.S" />
<file role="src" name="thirdparty/boost/asm/jump_i386_x86_64_sysv_macho_gas.S" />
Expand All @@ -2090,8 +2088,6 @@
<file role="src" name="thirdparty/boost/asm/jump_riscv64_sysv_elf_gas.S" />
<file role="src" name="thirdparty/boost/asm/jump_sparc64_sysv_elf_gas.S" />
<file role="src" name="thirdparty/boost/asm/jump_sparc_sysv_elf_gas.S" />
<file role="src" name="thirdparty/boost/asm/jump_x86_64_ms_pe_gas.asm" />
<file role="src" name="thirdparty/boost/asm/jump_x86_64_ms_pe_masm.asm" />
<file role="src" name="thirdparty/boost/asm/jump_x86_64_sysv_elf_gas.S" />
<file role="src" name="thirdparty/boost/asm/jump_x86_64_sysv_macho_gas.S" />
<file role="src" name="thirdparty/boost/asm/make_arm64_aapcs_elf_gas.S" />
Expand All @@ -2100,8 +2096,6 @@
<file role="src" name="thirdparty/boost/asm/make_arm_aapcs_macho_gas.S" />
<file role="src" name="thirdparty/boost/asm/make_arm_aapcs_pe_armasm.asm" />
<file role="src" name="thirdparty/boost/asm/make_combined_sysv_macho_gas.S" />
<file role="src" name="thirdparty/boost/asm/make_i386_ms_pe_gas.asm" />
<file role="src" name="thirdparty/boost/asm/make_i386_ms_pe_masm.asm" />
<file role="src" name="thirdparty/boost/asm/make_i386_sysv_elf_gas.S" />
<file role="src" name="thirdparty/boost/asm/make_i386_sysv_macho_gas.S" />
<file role="src" name="thirdparty/boost/asm/make_i386_x86_64_sysv_macho_gas.S" />
Expand All @@ -2117,8 +2111,6 @@
<file role="src" name="thirdparty/boost/asm/make_riscv64_sysv_elf_gas.S" />
<file role="src" name="thirdparty/boost/asm/make_sparc64_sysv_elf_gas.S" />
<file role="src" name="thirdparty/boost/asm/make_sparc_sysv_elf_gas.S" />
<file role="src" name="thirdparty/boost/asm/make_x86_64_ms_pe_gas.asm" />
<file role="src" name="thirdparty/boost/asm/make_x86_64_ms_pe_masm.asm" />
<file role="src" name="thirdparty/boost/asm/make_x86_64_sysv_elf_gas.S" />
<file role="src" name="thirdparty/boost/asm/make_x86_64_sysv_macho_gas.S" />
<file role="doc" name="thirdparty/hiredis/CHANGELOG.md" />
Expand Down

0 comments on commit fdfab63

Please sign in to comment.