Skip to content

Commit

Permalink
Set version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Mar 11, 2024
1 parent aaa208a commit 434fecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickjs.h
Expand Up @@ -997,7 +997,7 @@ JS_EXTERN JSValue JS_PromiseResult(JSContext *ctx, JSValue promise);
#define QJS_VERSION_MAJOR 0
#define QJS_VERSION_MINOR 4
#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 434fecd

Please sign in to comment.