Skip to content

Commit

Permalink
Generate version.h from autogen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Nov 28, 2024
1 parent a31d4a1 commit 2e24eb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh
V=$(grep ^SDBVER config.mk | cut -d = -f2)
meson rewrite kwargs set project / version "$V"
rm -f include/sdb/version.h
make include/sdb/version.h

0 comments on commit 2e24eb0

Please sign in to comment.