summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2022-11-10 21:04:52 +0100
committerMarcel Holtmann <marcel@holtmann.org>2022-11-10 21:04:52 +0100
commit532c903aa423291e32f1328a69b053cb8185d4f9 (patch)
treeaad4be1aef885d0a9e13caffde641d404e4ed18d /Makefile.am
parent3bd7df28cbbccd59cca5c35e95c4275229b0badf (diff)
downloadbluez-532c903aa423291e32f1328a69b053cb8185d4f9.tar.gz
build: Update library version
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5fd137bba..7041f8eeb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -82,7 +82,7 @@ pkginclude_HEADERS += $(lib_headers)
lib_LTLIBRARIES += lib/libbluetooth.la
lib_libbluetooth_la_SOURCES = $(lib_headers) $(lib_sources)
-lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 22:7:19
+lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 22:8:19
lib_libbluetooth_la_DEPENDENCIES = $(local_headers)
endif