]> sigrok.org Git - libsigrok.git/commit
Build: Append git revision hash to version
authorDaniel Elstner <redacted>
Fri, 14 Aug 2015 19:01:59 +0000 (21:01 +0200)
committerDaniel Elstner <redacted>
Sun, 16 Aug 2015 16:28:13 +0000 (18:28 +0200)
commit7f289d14ec52a352cc2c6a8671175a55f2f67083
tree25492ba8eb899b0ce1ddab00a54204338f8e2c4e
parentb9eb8e1a8cdb4ac6449cfa881da96bcf9bc687ad
Build: Append git revision hash to version

Append the git revision hash to the libsigrok package version,
unless HEAD exactly matches a release tag.  Note that this does
not affect the version known to autoconf -- e.g. source tarballs
created by make dist will not receive a revision suffix.

Changes to git HEAD automatically trigger a reconfiguration.
Uncommitted changes do not, which is why I left out the -dirty
suffix.
configure.ac