Append SVN revision to library version.
This commit is contained in:
parent
4e0750241c
commit
dd34bfbf75
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
AC_INIT(libnfc, 1.2.1, info@libnfc.org)
|
||||
define([rev], esyscmd([sh -c "echo -n 'r' && svnversion -n"]))dnl
|
||||
AC_INIT(libnfc, 1.2.1-rev, info@libnfc.org)
|
||||
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AM_INIT_AUTOMAKE
|
||||
|
|
Loading…
Add table
Reference in a new issue