Skip to content

Commit 432c1ec

Browse files
committed
meson.build: Set the correct version 0.10.1 -> 0.11.0
Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com>
1 parent 7f82c12 commit 432c1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.10.1',
4+
version: '0.11.0',
55
default_options: [
66
'c_std=gnu11,c11',
77
'warning_level=3',

0 commit comments

Comments
 (0)