Update version number in meson

This commit is contained in:
Francesco Abbate 2020-07-04 22:08:59 +02:00
parent 14ec61511d
commit 0ad3353f93
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
project('lite', 'c', 'cpp', version: '1.06', default_options : ['c_std=gnu11', 'cpp_std=c++03'])
project('lite', 'c', 'cpp', version: '1.10', default_options : ['c_std=gnu11', 'cpp_std=c++03'])
cc = meson.get_compiler('c')
libm = cc.find_library('m', required : false)