Now working on 0.6.0
This commit is contained in:
parent
e1e8112f98
commit
b09ad82622
1 changed files with 2 additions and 2 deletions
|
@ -1009,9 +1009,9 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
|
|||
/* Version */
|
||||
|
||||
#define QJS_VERSION_MAJOR 0
|
||||
#define QJS_VERSION_MINOR 5
|
||||
#define QJS_VERSION_MINOR 6
|
||||
#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