Skip to content

Commit 876256b

Browse files
authored
Specify version in meson.build
I prefer to specify version when I'm calling dependency() and lack of makes me unable to do it
1 parent c216dc9 commit 876256b

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
@@ -5,6 +5,7 @@
55
project(
66
'cpp-httplib',
77
'cpp',
8+
version: '0.20.1',
89
license: 'MIT',
910
default_options: [
1011
'cpp_std=c++11',

0 commit comments

Comments
 (0)