diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2014-01-22 08:30:57 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-01-22 08:30:57 -0800 |
commit | f826af8d1dce75c09191b2abee4b328cc15c532c (patch) | |
tree | 562c58b093dbd3de0d5151ce2f23455a4eaf4513 | |
parent | c27737fde0655b498204371815a63bcb780d225b (diff) | |
download | sbc-f826af8d1dce75c09191b2abee4b328cc15c532c.tar.gz |
build: Update library version for new sbc_init_a2dp() function
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 5954c32..8eb687c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,9 +6,9 @@ AM_MAKEFLAGS = --no-print-directory # Interfaces added: CURRENT++ REVISION=0 AGE++ # Interfaces removed: CURRENT++ REVISION=0 AGE=0 -SBC_CURRENT = 2 +SBC_CURRENT = 3 SBC_REVISION = 0 -SBC_AGE = 1 +SBC_AGE = 2 sbc_headers = sbc/sbc.h |