Skip to content

Commit ad0211b

Browse files
authored
meson.build: define version (#135)
Otherwise, the installed .pc file contains "Version: undefined". Signed-off-by: Sam James <[email protected]>
1 parent 5a31af9 commit ad0211b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
project('inih',
22
['c'],
33
license : 'BSD-3-Clause',
4+
version : '54',
45
)
56

67
#### options ####

0 commit comments

Comments
 (0)