We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fc157 commit 679ab37Copy full SHA for 679ab37
include/swoole_version.h
@@ -21,10 +21,10 @@
21
#define SWOOLE_MAJOR_VERSION 4
22
#define SWOOLE_MINOR_VERSION 5
23
#define SWOOLE_RELEASE_VERSION 3
24
-#define SWOOLE_EXTRA_VERSION "alpha"
25
-#define SWOOLE_VERSION "4.5.3-alpha"
+#define SWOOLE_EXTRA_VERSION "beta"
+#define SWOOLE_VERSION "4.5.3-beta"
26
#define SWOOLE_VERSION_ID 40503
27
-#define SWOOLE_API_VERSION_ID 0x202006a
+#define SWOOLE_API_VERSION_ID 0x202008a
28
29
#define SWOOLE_BUG_REPORT \
30
"A bug occurred in Swoole-v" SWOOLE_VERSION ", please report it.\n" \
0 commit comments