mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
Now working on 0.7.0
This commit is contained in:
parent
a815d1b7b6
commit
d3c340373e
1 changed files with 2 additions and 2 deletions
|
@ -1015,9 +1015,9 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
|
||||||
/* Version */
|
/* Version */
|
||||||
|
|
||||||
#define QJS_VERSION_MAJOR 0
|
#define QJS_VERSION_MAJOR 0
|
||||||
#define QJS_VERSION_MINOR 6
|
#define QJS_VERSION_MINOR 7
|
||||||
#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