Skip to content

Commit

Permalink
Set version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Nov 23, 2023
1 parent af456e6 commit fd3d71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickjs.h
Expand Up @@ -1011,7 +1011,7 @@ JSValue JS_PromiseResult(JSContext *ctx, JSValue promise);
#define QJS_VERSION_MAJOR 0
#define QJS_VERSION_MINOR 1
#define QJS_VERSION_PATCH 0
#define QJS_VERSION_SUFFIX "dev"
#define QJS_VERSION_SUFFIX ""

const char* JS_GetVersion(void);

Expand Down

0 comments on commit fd3d71b

Please sign in to comment.