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