Now working on 0.3.0
This commit is contained in:
parent
a393ebc2f8
commit
2d05150e35
1 changed files with 2 additions and 2 deletions
|
@ -1016,9 +1016,9 @@ JS_EXTERN JSValue JS_PromiseResult(JSContext *ctx, JSValue promise);
|
||||||
/* Version */
|
/* Version */
|
||||||
|
|
||||||
#define QJS_VERSION_MAJOR 0
|
#define QJS_VERSION_MAJOR 0
|
||||||
#define QJS_VERSION_MINOR 2
|
#define QJS_VERSION_MINOR 3
|
||||||
#define QJS_VERSION_PATCH 0
|
#define QJS_VERSION_PATCH 0
|
||||||
#define QJS_VERSION_SUFFIX ""
|
#define QJS_VERSION_SUFFIX "dev"
|
||||||
|
|
||||||
JS_EXTERN const char* JS_GetVersion(void);
|
JS_EXTERN const char* JS_GetVersion(void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue