Skip to content

Commit b09ad82

Browse files
committed
Now working on 0.6.0
1 parent e1e8112 commit b09ad82

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
@@ -1009,9 +1009,9 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
10091009
/* Version */
10101010

10111011
#define QJS_VERSION_MAJOR 0
1012-
#define QJS_VERSION_MINOR 5
1012+
#define QJS_VERSION_MINOR 6
10131013
#define QJS_VERSION_PATCH 0
1014-
#define QJS_VERSION_SUFFIX ""
1014+
#define QJS_VERSION_SUFFIX "dev"
10151015

10161016
JS_EXTERN const char* JS_GetVersion(void);
10171017

0 commit comments

Comments
 (0)