Skip to content

Commit

Permalink
Update version for Swoole 4.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
twose committed Dec 17, 2019
1 parent 8606503 commit 4943337
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.4.13RC2)
SET(SWOOLE_VERSION 4.4.13)
SET(SWOOLE_CLFLAGS pthread rt dl ssl crypt crypto)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall")
Expand Down
4 changes: 2 additions & 2 deletions include/swoole.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ int clock_gettime(clock_id_t which_clock, struct timespec *t);
#define SWOOLE_MAJOR_VERSION 4
#define SWOOLE_MINOR_VERSION 4
#define SWOOLE_RELEASE_VERSION 13
#define SWOOLE_EXTRA_VERSION "RC2"
#define SWOOLE_VERSION "4.4.13RC2"
#define SWOOLE_EXTRA_VERSION ""
#define SWOOLE_VERSION "4.4.13"
#define SWOOLE_VERSION_ID 40413
#define SWOOLE_BUG_REPORT \
"A bug occurred in Swoole-v" SWOOLE_VERSION ", please report it.\n"\
Expand Down
10 changes: 5 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
<email>[email protected]</email>
<active>yes</active>
</developer>
<date>2019-12-11</date>
<time>15:00:00</time>
<date>2019-12-17</date>
<time>16:00:00</time>
<version>
<release>4.4.13RC2</release>
<release>4.4.13</release>
<api>4.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
Expand Down

0 comments on commit 4943337

Please sign in to comment.