mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
Set version to 0.6.0
This commit is contained in:
parent
fe5be3cad9
commit
a815d1b7b6
1 changed files with 1 additions and 1 deletions
|
@ -1017,7 +1017,7 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
|
||||||
#define QJS_VERSION_MAJOR 0
|
#define QJS_VERSION_MAJOR 0
|
||||||
#define QJS_VERSION_MINOR 6
|
#define QJS_VERSION_MINOR 6
|
||||||
#define QJS_VERSION_PATCH 0
|
#define QJS_VERSION_PATCH 0
|
||||||
#define QJS_VERSION_SUFFIX "dev"
|
#define QJS_VERSION_SUFFIX ""
|
||||||
|
|
||||||
JS_EXTERN const char* JS_GetVersion(void);
|
JS_EXTERN const char* JS_GetVersion(void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue