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