Skip to content

Commit d3c3403

Browse files
committed
Now working on 0.7.0
1 parent a815d1b commit d3c3403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickjs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,9 +1015,9 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
10151015
/* Version */
10161016

10171017
#define QJS_VERSION_MAJOR 0
1018-
#define QJS_VERSION_MINOR 6
1018+
#define QJS_VERSION_MINOR 7
10191019
#define QJS_VERSION_PATCH 0
1020-
#define QJS_VERSION_SUFFIX ""
1020+
#define QJS_VERSION_SUFFIX "dev"
10211021

10221022
JS_EXTERN const char* JS_GetVersion(void);
10231023

0 commit comments

Comments
 (0)