Skip to content

Commit 1253738

Browse files
committed
Now working on 0.5.0
1 parent 434fecd commit 1253738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickjs.h

Lines changed: 2 additions & 2 deletions
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 4
998+
#define QJS_VERSION_MINOR 5
999999
#define QJS_VERSION_PATCH 0
1000-
#define QJS_VERSION_SUFFIX ""
1000+
#define QJS_VERSION_SUFFIX "dev"
10011001

10021002
JS_EXTERN const char* JS_GetVersion(void);
10031003

0 commit comments

Comments
 (0)