Skip to content

Commit

Permalink
Set version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Nov 15, 2024
1 parent 407683b commit 859267c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickjs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1025,8 +1025,8 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
/* Version */

#define QJS_VERSION_MAJOR 0
#define QJS_VERSION_MINOR 6
#define QJS_VERSION_PATCH 1
#define QJS_VERSION_MINOR 7
#define QJS_VERSION_PATCH 0
#define QJS_VERSION_SUFFIX ""

JS_EXTERN const char* JS_GetVersion(void);
Expand Down

0 comments on commit 859267c

Please sign in to comment.