Skip to content

Commit

Permalink
* Use git describe as package version
Browse files Browse the repository at this point in the history
  • Loading branch information
yoogx committed Nov 25, 2020
1 parent 4e440c6 commit 756190a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.57)
AC_INIT(ocarina, 2017.x)
AC_INIT(ocarina, m4_esyscmd([git describe --abbrev=7 --dirty --always --tags | tr -d '\n']))
AC_CONFIG_SRCDIR(src)
AC_CONFIG_AUX_DIR(support)

Expand Down

0 comments on commit 756190a

Please sign in to comment.