Skip to content

Commit 434fecd

Browse files
committed
Set version to 0.4.0
1 parent aaa208a commit 434fecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickjs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ JS_EXTERN JSValue JS_PromiseResult(JSContext *ctx, JSValue promise);
997997
#define QJS_VERSION_MAJOR 0
998998
#define QJS_VERSION_MINOR 4
999999
#define QJS_VERSION_PATCH 0
1000-
#define QJS_VERSION_SUFFIX "dev"
1000+
#define QJS_VERSION_SUFFIX ""
10011001

10021002
JS_EXTERN const char* JS_GetVersion(void);
10031003

0 commit comments

Comments
 (0)