Skip to content

Commit

Permalink
grout: release v0.6
Browse files Browse the repository at this point in the history
Author               Commits  Changed Files  Insertions  Deletions
Robin Jarry               30            129       +1402      -1002
Christophe Fontaine       23             83       +1470       -311
Olivier Gournet            3             16        +688         -6
David Marchand             2              3         +24        -13
Anthony Harivel            1             11        +217       -152

Reviewer/Tester  Commits
David Marchand         3

Signed-off-by: Robin Jarry <[email protected]>
  • Loading branch information
rjarry committed Jan 29, 2025
1 parent a827035 commit f876490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(
'grout',
'c',
version: run_command(
'sh', '-c', 'git describe --long --abbrev=8 --dirty 2>/dev/null || echo v0.5',
'sh', '-c', 'git describe --long --abbrev=8 --dirty 2>/dev/null || echo v0.6',
check: false,
capture: true,
).stdout().strip(),
Expand Down

0 comments on commit f876490

Please sign in to comment.