Skip to content

Commit

Permalink
Merge pull request #14 from SpamapS/master
Browse files Browse the repository at this point in the history
Use git describe to determine version
  • Loading branch information
SpamapS authored Sep 25, 2016
2 parents 4761b20 + ab5d1dd commit e42e173
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 e42e173

Please sign in to comment.