Skip to content

Commit 5bff813

Browse files
committed
versions: update meson version to 1.0.18
1 parent 6e1d169 commit 5bff813

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,6 +1,6 @@
11
project('sched_ext schedulers', 'c',
22
default_options : ['c_std=gnu11'], # Use gnu11 as the C standard to compile vmlinux.h without errors.
3-
version: '1.0.17',
3+
version: '1.0.18',
44
license: 'GPL-2.0',
55
meson_version : '>= 1.2.0',)
66

0 commit comments

Comments
 (0)