Skip to content

Commit 0827b37

Browse files
committed
Set version to 0.5.0
1 parent ed8f734 commit 0827b37

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
@@ -1011,7 +1011,7 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
10111011
#define QJS_VERSION_MAJOR 0
10121012
#define QJS_VERSION_MINOR 5
10131013
#define QJS_VERSION_PATCH 0
1014-
#define QJS_VERSION_SUFFIX "dev"
1014+
#define QJS_VERSION_SUFFIX ""
10151015

10161016
JS_EXTERN const char* JS_GetVersion(void);
10171017

0 commit comments

Comments
 (0)