Skip to content

Commit 2b953a7

Browse files
committed
Set version to 0.6.1
1 parent beb998c commit 2b953a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quickjs.h

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

10181018
#define QJS_VERSION_MAJOR 0
1019-
#define QJS_VERSION_MINOR 7
1020-
#define QJS_VERSION_PATCH 0
1021-
#define QJS_VERSION_SUFFIX "dev"
1019+
#define QJS_VERSION_MINOR 6
1020+
#define QJS_VERSION_PATCH 1
1021+
#define QJS_VERSION_SUFFIX ""
10221022

10231023
JS_EXTERN const char* JS_GetVersion(void);
10241024

0 commit comments

Comments
 (0)