Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
doubaokun committed Oct 17, 2021
1 parent eed0f8c commit 6914fd4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT(libopenswoole)

ENABLE_LANGUAGE(ASM)
set(SWOOLE_VERSION 4.7.2-dev)
set(SWOOLE_VERSION 4.7.1)

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

#define SWOOLE_MAJOR_VERSION 4
#define SWOOLE_MINOR_VERSION 7
#define SWOOLE_RELEASE_VERSION 2
#define SWOOLE_EXTRA_VERSION "dev"
#define SWOOLE_VERSION "4.7.2-dev"
#define SWOOLE_VERSION_ID 40702
#define SWOOLE_API_VERSION_ID 0x202109a
#define SWOOLE_RELEASE_VERSION 1
#define SWOOLE_EXTRA_VERSION ""
#define SWOOLE_VERSION "4.7.1"
#define SWOOLE_VERSION_ID 40701
#define SWOOLE_API_VERSION_ID 0x202108a

#define SWOOLE_BUG_REPORT \
"A bug occurred in Swoole-v" SWOOLE_VERSION ", please report it.\n" \
"A bug occurred in Open Swoole-v" SWOOLE_VERSION ", please report it.\n" \
"The Swoole developers probably don't know about it,\n" \
"and unless you report it, chances are it won't be fixed.\n" \
"You can read How to report a bug doc before submitting any bug reports:\n" \
Expand Down
3 changes: 1 addition & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<email>[email protected]</email>
<active>yes</active>
</developer>
<date>2021-10-14</date>
<date>2021-10-17</date>
<time>21:00:00</time>
<version>
<release>4.7.1</release>
Expand Down Expand Up @@ -1280,7 +1280,6 @@
<file role="test" name="tests/swoole_http_client_coro/websocket/bug_01.phpt" />
<file role="test" name="tests/swoole_http_client_coro/websocket/bug_02.phpt" />
<file role="test" name="tests/swoole_http_client_coro/websocket/server_push_first.phpt" />
<file role="test" name="tests/swoole_http_client_coro/websocket/ssl_1.phpt" />
<file role="test" name="tests/swoole_http_client_coro/websocket/ssl_2.phpt" />
<file role="test" name="tests/swoole_http_client_coro/websocket/timeout.phpt" />
<file role="test" name="tests/swoole_http_server/0.phpt" />
Expand Down

0 comments on commit 6914fd4

Please sign in to comment.