Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update next version for 4.6.7-dev #4165

Merged
merged 1 commit into from
Apr 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update next version for 4.6.7-dev
  • Loading branch information
huanghantao committed Apr 22, 2021
commit f67ab6fefc0311fcae3a9ccd7b880546aba72305
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.6.6)
set(SWOOLE_VERSION 4.6.7-dev)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -g")
Expand Down
8 changes: 4 additions & 4 deletions include/swoole_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

#define SWOOLE_MAJOR_VERSION 4
#define SWOOLE_MINOR_VERSION 6
#define SWOOLE_RELEASE_VERSION 6
#define SWOOLE_EXTRA_VERSION ""
#define SWOOLE_VERSION "4.6.6"
#define SWOOLE_VERSION_ID 40606
#define SWOOLE_RELEASE_VERSION 7
#define SWOOLE_EXTRA_VERSION "dev"
#define SWOOLE_VERSION "4.6.7-dev"
#define SWOOLE_VERSION_ID 40607
#define SWOOLE_API_VERSION_ID 0x202012a

#define SWOOLE_BUG_REPORT \
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<notes>
Enhancement
---
* Sended SIGTERM to the parent process on FreeBSD (#4150) (@devnexen)
* Sent SIGTERM to the manager process on FreeBSD when master process is dead (#4150) (@devnexen)
* Supported static compilation with PHP (#4153) (@matyhtf)
* Supported SNI for File Wrapper over HTTP proxy (#4158) (@matyhtf)

Expand Down