Skip to content

Commit 023fcf5

Browse files
committed
grout: release v0.14.0
Author Commits Changed Files Insertions Deletions Robin Jarry 123 520 +7350 -3395 Christophe Fontaine 44 147 +2555 -1533 Maxime Leroy 30 73 +1040 -422 Anthony Harivel 9 34 +2007 -77 Abhiram R N 8 34 +722 -381 Andrea Panattoni 5 9 +311 -6 Roman Safronov 3 3 +50 -13 Reviewer/Tester Commits Robin Jarry 69 Christophe Fontaine 65 Maxime Leroy 21 Anthony Harivel 6 Signed-off-by: Robin Jarry <[email protected]>
1 parent 38dc017 commit 023fcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(
55
'grout',
66
'c',
77
version: run_command(
8-
'sh', '-c', 'echo ${GROUT_VERSION:-$(git describe --long --abbrev=8 --dirty 2>/dev/null || echo v0.13.0)}',
8+
'sh', '-c', 'echo ${GROUT_VERSION:-$(git describe --long --abbrev=8 --dirty 2>/dev/null || echo v0.14.0)}',
99
check: false,
1010
capture: true,
1111
).stdout().strip(),

0 commit comments

Comments
 (0)