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.
2 parents 2f99cee + e054b53 commit e27f9b6Copy full SHA for e27f9b6
Zend/zend_async_API.h
@@ -19,9 +19,9 @@
19
#include "zend_fibers.h"
20
#include "zend_globals.h"
21
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
+#define ZEND_ASYNC_API "TrueAsync API v0.2.0"
+#define ZEND_ASYNC_API_VERSION_MAJOR 0
+#define ZEND_ASYNC_API_VERSION_MINOR 2
25
#define ZEND_ASYNC_API_VERSION_PATCH 0
26
27
#define ZEND_ASYNC_API_VERSION_NUMBER \
0 commit comments