Skip to content

Commit ca793a5

Browse files
Release version 16
1 parent 8831dbe commit ca793a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

meson.build

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
project('clevis', 'c', license: 'GPL3+', version: '15',
2-
default_options: 'c_std=c99')
1+
project('clevis', 'c', license: 'GPL3+',
2+
version: '16',
3+
default_options: 'c_std=c99'
4+
)
35

46
libexecdir = join_paths(get_option('prefix'), get_option('libexecdir'))
57
sysconfdir = join_paths(get_option('prefix'), get_option('sysconfdir'))

0 commit comments

Comments
 (0)