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.1
This commit is contained in:
parent
beb998c5c5
commit
2b953a72be
1 changed files with 3 additions and 3 deletions
|
@ -1016,9 +1016,9 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
|
|||
/* Version */
|
||||
|
||||
#define QJS_VERSION_MAJOR 0
|
||||
#define QJS_VERSION_MINOR 7
|
||||
#define QJS_VERSION_PATCH 0
|
||||
#define QJS_VERSION_SUFFIX "dev"
|
||||
#define QJS_VERSION_MINOR 6
|
||||
#define QJS_VERSION_PATCH 1
|
||||
#define QJS_VERSION_SUFFIX ""
|
||||
|
||||
JS_EXTERN const char* JS_GetVersion(void);
|
||||
|
||||
|
|
Loading…
Reference in a new issue