From e86ee053f32e2d18222a931fdc93addc34dc3c52 Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Sun, 7 Jun 2020 09:59:55 +0200 Subject: [PATCH] Update version in meson build --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1fd96ff6..98d7e487 100644 --- a/meson.build +++ b/meson.build @@ -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') libm = cc.find_library('m', required : false)