From 69a8923526401d06874ac932d8802f760c79632d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= Date: Sat, 1 Oct 2022 09:49:27 +0200 Subject: [PATCH] meson: set package version to 1.0.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e2b540d..d427d78 100644 --- a/meson.build +++ b/meson.build @@ -13,7 +13,7 @@ # limitations under the License. project('lc3', 'c', - version: '1.0.0', + version: '1.0.1', license: 'Apache-2.0', meson_version: '>= 0.47.0', default_options: ['b_lto=true'])