Skip to content

Commit

Permalink
Update version to 4.4.0-alpha.
Browse files Browse the repository at this point in the history
  • Loading branch information
twose committed Apr 15, 2019
1 parent 4fb416e commit 823ccb2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/swoole.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ int clock_gettime(clock_id_t which_clock, struct timespec *t);
/*----------------------------------------------------------------------------*/

#define SWOOLE_MAJOR_VERSION 4
#define SWOOLE_MINOR_VERSION 3
#define SWOOLE_RELEASE_VERSION 2
#define SWOOLE_EXTRA_VERSION ""
#define SWOOLE_VERSION "4.3.2"
#define SWOOLE_VERSION_ID 40302
#define SWOOLE_MINOR_VERSION 4
#define SWOOLE_RELEASE_VERSION 0
#define SWOOLE_EXTRA_VERSION "alpha"
#define SWOOLE_VERSION "4.4.0-alpha"
#define SWOOLE_VERSION_ID 40400
#define SWOOLE_BUG_REPORT \
"A bug occurred in Swoole-v" SWOOLE_VERSION ", please report it.\n"\
"The Swoole developers probably don't know about it,\n"\
Expand Down

0 comments on commit 823ccb2

Please sign in to comment.