Skip to content

Commit

Permalink
Set version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jun 7, 2024
1 parent ed8f734 commit 0827b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickjs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
#define QJS_VERSION_MAJOR 0
#define QJS_VERSION_MINOR 5
#define QJS_VERSION_PATCH 0
#define QJS_VERSION_SUFFIX "dev"
#define QJS_VERSION_SUFFIX ""

JS_EXTERN const char* JS_GetVersion(void);

Expand Down

0 comments on commit 0827b37

Please sign in to comment.