From fc98f97db88c890fb4589f3d2a090f3b0ce81f62 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 23 Jul 2023 22:08:51 +0200 Subject: [PATCH] build: bump version to 0.1.0 --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 135c712..f617b7f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,7 @@ project( 'chayang', 'c', + version: '0.1.0', default_options: ['c_std=c11', 'warning_level=2', 'werror=true'], )