Skip to content

Commit

Permalink
Now working on 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Dec 5, 2023
1 parent a393ebc commit 2d05150
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 @@ -1016,9 +1016,9 @@ JS_EXTERN JSValue JS_PromiseResult(JSContext *ctx, JSValue promise);
/* Version */

#define QJS_VERSION_MAJOR 0
#define QJS_VERSION_MINOR 2
#define QJS_VERSION_MINOR 3
#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 2d05150

Please sign in to comment.