Update version in meson build
This commit is contained in:
parent
43d229a399
commit
e86ee053f3
|
@ -1,4 +1,4 @@
|
||||||
project('lite', 'c', 'cpp', version: '1.05', default_options : ['c_std=gnu11', 'cpp_std=c++03'])
|
project('lite', 'c', 'cpp', version: '1.06', default_options : ['c_std=gnu11', 'cpp_std=c++03'])
|
||||||
|
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
libm = cc.find_library('m', required : false)
|
libm = cc.find_library('m', required : false)
|
||||||
|
|
Loading…
Reference in New Issue