Skip to content

Commit

Permalink
Update version code to 5.1.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed May 19, 2023
1 parent da71ede commit 2af5f5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
git clone https://github.com/laravel/octane.git --depth=1
cd octane/
composer update --prefer-dist --no-interaction --no-progress
vendor/bin/phpunit --verbose
vendor/bin/phpunit -v --debug
- name: Hyperf Tests
if: matrix.framework == 'Hyperf'
Expand Down
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 5.0.3)
set(SWOOLE_VERSION 5.1.0-dev)

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

#define SWOOLE_MAJOR_VERSION 5
#define SWOOLE_MINOR_VERSION 0
#define SWOOLE_RELEASE_VERSION 3
#define SWOOLE_EXTRA_VERSION ""
#define SWOOLE_VERSION "5.0.3"
#define SWOOLE_VERSION_ID 50003
#define SWOOLE_MINOR_VERSION 1
#define SWOOLE_RELEASE_VERSION 0
#define SWOOLE_EXTRA_VERSION "dev"
#define SWOOLE_VERSION "5.1.0-dev"
#define SWOOLE_VERSION_ID 50100
#define SWOOLE_API_VERSION_ID 0x202208a

#define SWOOLE_BUG_REPORT \
Expand Down

0 comments on commit 2af5f5e

Please sign in to comment.