Skip to content

Commit

Permalink
grout: release v0.2
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rjarry committed Sep 20, 2024
1 parent 37eacc7 commit 36c83c2
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.1',
'sh', '-c', 'git describe --long --abbrev=8 --dirty 2>/dev/null || echo v0.2',
check: false,
capture: true,
).stdout().strip(),
Expand Down

0 comments on commit 36c83c2

Please sign in to comment.