Skip to content

Commit 99a7fbb

Browse files
committed
Set version to 0.4.1
1 parent d7a2025 commit 99a7fbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quickjs.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -995,9 +995,9 @@ JS_EXTERN JSValue JS_PromiseResult(JSContext *ctx, JSValue promise);
995995
/* Version */
996996

997997
#define QJS_VERSION_MAJOR 0
998-
#define QJS_VERSION_MINOR 5
999-
#define QJS_VERSION_PATCH 0
1000-
#define QJS_VERSION_SUFFIX "dev"
998+
#define QJS_VERSION_MINOR 4
999+
#define QJS_VERSION_PATCH 1
1000+
#define QJS_VERSION_SUFFIX ""
10011001

10021002
JS_EXTERN const char* JS_GetVersion(void);
10031003

0 commit comments

Comments
 (0)