Skip to content

Commit e27f9b6

Browse files
committed
Merge remote-tracking branch 'origin/true-async-api' into true-async-api
2 parents 2f99cee + e054b53 commit e27f9b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Zend/zend_async_API.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
#include "zend_fibers.h"
2020
#include "zend_globals.h"
2121

22-
#define ZEND_ASYNC_API "TrueAsync API v1.0.0-dev"
23-
#define ZEND_ASYNC_API_VERSION_MAJOR 1
24-
#define ZEND_ASYNC_API_VERSION_MINOR 0
22+
#define ZEND_ASYNC_API "TrueAsync API v0.2.0"
23+
#define ZEND_ASYNC_API_VERSION_MAJOR 0
24+
#define ZEND_ASYNC_API_VERSION_MINOR 2
2525
#define ZEND_ASYNC_API_VERSION_PATCH 0
2626

2727
#define ZEND_ASYNC_API_VERSION_NUMBER \

0 commit comments

Comments
 (0)