Skip to content

Commit

Permalink
Now working on 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jun 7, 2024
1 parent e1e8112 commit b09ad82
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 @@ -1009,9 +1009,9 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
/* Version */

#define QJS_VERSION_MAJOR 0
#define QJS_VERSION_MINOR 5
#define QJS_VERSION_MINOR 6
#define QJS_VERSION_PATCH 0
#define QJS_VERSION_SUFFIX ""
#define QJS_VERSION_SUFFIX "dev"

JS_EXTERN const char* JS_GetVersion(void);

Expand Down

0 comments on commit b09ad82

Please sign in to comment.