From 1a5938ebaca4f13fe79ce074f5dee079783aa29f Mon Sep 17 00:00:00 2001 From: Antoine Soulier Date: Thu, 3 Aug 2023 09:45:11 -0700 Subject: [PATCH] meson: Bump to version 1.0.4 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2a2c24f..d6eb957 100644 --- a/meson.build +++ b/meson.build @@ -13,7 +13,7 @@ # limitations under the License. project('lc3', 'c', - version: '1.0.3', + version: '1.0.4', license: 'Apache-2.0', meson_version: '>= 0.47.0', default_options: ['b_lto=true'])