Skip to content

Commit e054b53

Browse files
committed
% change Trye Async API version to 0.2
1 parent e8fb89d commit e054b53

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)