Skip to content

Commit 90915ff

Browse files
committed
update version
1 parent 28a9980 commit 90915ff

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<date>2018-04-13</date>
3939
<time>09:50:10</time>
4040
<version>
41-
<release>2.1.3</release>
42-
<api>2.1</api>
41+
<release>3.0.0</release>
42+
<api>3.0</api>
4343
</version>
4444
<stability>
4545
<release>stable</release>
@@ -134,6 +134,7 @@
134134
<file role="src" name="swoole_ringqueue.c" />
135135
<file role="src" name="swoole_msgqueue.c" />
136136
<file role="src" name="swoole_process_pool.c" />
137+
<file role="src" name="swoole_runtime.cc" />
137138
<dir name="thirdparty">
138139
<file role="src" name="php_http_parser.c" />
139140
<file role="src" name="php_http_parser.h" />

php_swoole.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
BEGIN_EXTERN_C()
5454

55-
#define PHP_SWOOLE_VERSION "2.1.3"
55+
#define PHP_SWOOLE_VERSION "3.0.0-alpha"
5656
#define PHP_SWOOLE_CHECK_CALLBACK
5757
#define PHP_SWOOLE_ENABLE_FASTCALL
5858
#define PHP_SWOOLE_CLIENT_USE_POLL

0 commit comments

Comments
 (0)