Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Dec 17, 2020
1 parent abafae4 commit e59c4f0
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 24 deletions.
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 6
#define SWOOLE_RELEASE_VERSION 0
#define SWOOLE_EXTRA_VERSION "alpha"
#define SWOOLE_VERSION "4.6.0-alpha"
#define SWOOLE_EXTRA_VERSION "beta"
#define SWOOLE_VERSION "4.6.0-beta"
#define SWOOLE_VERSION_ID 40600
#define SWOOLE_API_VERSION_ID 0x202012a

Expand Down
94 changes: 78 additions & 16 deletions package.xml

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion tests/swoole_coroutine/fatal_error.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ Fatal error: Uncaught Error: Call to undefined function test_not_found() in %s:%
Stack trace:
#0 {main}
thrown in %s on line %d

2 changes: 1 addition & 1 deletion tests/swoole_http_server/duplicate_header.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Content-Type: text/html
Date: %s
Content-Length: 11

hello world
hello world
1 change: 0 additions & 1 deletion tests/swoole_runtime/curl_native/close_before_resume.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,3 @@ Stack trace:
#0 %s(%d): curl_close(%s)
#1 {main}
thrown in %s on line %d

2 changes: 1 addition & 1 deletion tests/swoole_runtime/curl_native/non_exclusive.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ $pm->run();
?>
--EXPECT--
Close
Done
Done
1 change: 0 additions & 1 deletion tests/swoole_server/object/status_info.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,3 @@ Stack trace:
#8 {main}
thrown in %s on line %d
DONE

2 changes: 1 addition & 1 deletion tests/swoole_server/sleep.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
swoole_runtime/curl_native: sleep
swoole_server: sleep
--SKIPIF--
<?php
require __DIR__ . '/../include/skipif.inc';
Expand Down

0 comments on commit e59c4f0

Please sign in to comment.