Skip to content

Commit fd3d71b

Browse files
authored
Set version 0.1.0
1 parent af456e6 commit fd3d71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickjs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ JSValue JS_PromiseResult(JSContext *ctx, JSValue promise);
10111011
#define QJS_VERSION_MAJOR 0
10121012
#define QJS_VERSION_MINOR 1
10131013
#define QJS_VERSION_PATCH 0
1014-
#define QJS_VERSION_SUFFIX "dev"
1014+
#define QJS_VERSION_SUFFIX ""
10151015

10161016
const char* JS_GetVersion(void);
10171017

0 commit comments

Comments
 (0)