Skip to content

Commit 58bdcf0

Browse files
committed
Set version to 0.12.1
1 parent 0285c15 commit 58bdcf0

2 files changed

Lines changed: 2 additions & 2 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.12.0',
4+
version: '0.12.1',
55
default_options: [
66
'c_std=gnu11,c11',
77
'warning_level=3',

quickjs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
13901390

13911391
#define QJS_VERSION_MAJOR 0
13921392
#define QJS_VERSION_MINOR 12
1393-
#define QJS_VERSION_PATCH 0
1393+
#define QJS_VERSION_PATCH 1
13941394
#define QJS_VERSION_SUFFIX ""
13951395

13961396
JS_EXTERN const char* JS_GetVersion(void);

0 commit comments

Comments
 (0)