Skip to content

Commit

Permalink
Use git describe to determine version
Browse files Browse the repository at this point in the history
This ties tags to commits that build them rather than requiring an extra
commit to make a release.
  • Loading branch information
SpamapS committed Sep 24, 2016
1 parent fc3ef0b commit ab5d1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.m4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
m4_define([VERSION_NUMBER], [1.1.12])
m4_define([VERSION_NUMBER], m4_esyscmd_s([git describe --always]))

0 comments on commit ab5d1dd

Please sign in to comment.