Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Aug 3, 2020
1 parent e2fc157 commit 679ab37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/swoole_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
#define SWOOLE_MAJOR_VERSION 4
#define SWOOLE_MINOR_VERSION 5
#define SWOOLE_RELEASE_VERSION 3
#define SWOOLE_EXTRA_VERSION "alpha"
#define SWOOLE_VERSION "4.5.3-alpha"
#define SWOOLE_EXTRA_VERSION "beta"
#define SWOOLE_VERSION "4.5.3-beta"
#define SWOOLE_VERSION_ID 40503
#define SWOOLE_API_VERSION_ID 0x202006a
#define SWOOLE_API_VERSION_ID 0x202008a

#define SWOOLE_BUG_REPORT \
"A bug occurred in Swoole-v" SWOOLE_VERSION ", please report it.\n" \
Expand Down

0 comments on commit 679ab37

Please sign in to comment.