Skip to content

Commit 10b9969

Browse files
committed
Set version to 0.16.0
1 parent 1736713 commit 10b9969

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'quickjs-ng',
33
'c',
4-
version: '0.15.1',
4+
version: '0.16.0',
55
default_options: [
66
'c_std=gnu11,c11',
77
'warning_level=3',

quickjs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,8 +1448,8 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
14481448
/* Version */
14491449

14501450
#define QJS_VERSION_MAJOR 0
1451-
#define QJS_VERSION_MINOR 15
1452-
#define QJS_VERSION_PATCH 1
1451+
#define QJS_VERSION_MINOR 16
1452+
#define QJS_VERSION_PATCH 0
14531453
#define QJS_VERSION_SUFFIX ""
14541454

14551455
JS_EXTERN const char* JS_GetVersion(void);

0 commit comments

Comments
 (0)