Skip to content

Commit d6fbb89

Browse files
committed
Merge branch 'true-async-api' into true-async
2 parents f452e3e + e054b53 commit d6fbb89

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)