Skip to content

Commit 859267c

Browse files
committed
Set version to 0.7.0
1 parent 407683b commit 859267c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickjs.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1025,8 +1025,8 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
10251025
/* Version */
10261026

10271027
#define QJS_VERSION_MAJOR 0
1028-
#define QJS_VERSION_MINOR 6
1029-
#define QJS_VERSION_PATCH 1
1028+
#define QJS_VERSION_MINOR 7
1029+
#define QJS_VERSION_PATCH 0
10301030
#define QJS_VERSION_SUFFIX ""
10311031

10321032
JS_EXTERN const char* JS_GetVersion(void);

0 commit comments

Comments
 (0)