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