From 36c83c2b67942b006403f7e0308a3e62ddb21694 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Fri, 20 Sep 2024 19:43:40 +0200 Subject: [PATCH] grout: release v0.2 Author Commits Changed Files Insertions Deletions Robin Jarry 106 370 +19109 -3397 Christophe Fontaine 19 53 +1390 -581 Reviewer/Tester Commits Christophe Fontaine 9 David Marchand 5 Robin Jarry 4 Signed-off-by: Robin Jarry --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 74f1305d..1db18bce 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'grout', 'c', version: run_command( - 'sh', '-c', 'git describe --long --abbrev=8 --dirty 2>/dev/null || echo v0.1', + 'sh', '-c', 'git describe --long --abbrev=8 --dirty 2>/dev/null || echo v0.2', check: false, capture: true, ).stdout().strip(),