From ae0fb3757f72fd25ff9586a4f04e1bb780709ee7 Mon Sep 17 00:00:00 2001 From: Antoine Soulier Date: Thu, 21 Mar 2024 15:19:12 -0700 Subject: [PATCH] meson: Bump library version to 1.1.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a1dbdad..4d4f1d7 100644 --- a/meson.build +++ b/meson.build @@ -13,7 +13,7 @@ # limitations under the License. project('lc3', 'c', - version: '1.0.4', + version: '1.1.0', license: 'Apache-2.0', meson_version: '>= 0.48.0', default_options: ['buildtype=release', 'b_lto=true'])