From ec3bade351c5c78ab73acc21713ba8de83ea87ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= Date: Fri, 30 Sep 2022 08:48:02 +0200 Subject: [PATCH] build: meson: update version to 1.0.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index d66723f..e2b540d 100644 --- a/meson.build +++ b/meson.build @@ -13,7 +13,7 @@ # limitations under the License. project('lc3', 'c', - version: '0.1', + version: '1.0.0', license: 'Apache-2.0', meson_version: '>= 0.47.0', default_options: ['b_lto=true'])