summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2021-10-13 20:33:29 +0200
committerMarcel Holtmann <marcel@holtmann.org>2021-10-13 20:33:29 +0200
commit01956e3f221d4640696ab2cc37922ab7dabf61ab (patch)
treeb8c1cd3daf9955d46a59534b2df817cdcecd9e91 /Makefile.am
parent9cf8365baa4219d3245e8e8091fd598a8d45299f (diff)
downloadbluez-01956e3f221d4640696ab2cc37922ab7dabf61ab.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 0fd405e8c..268c797cb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,7 +81,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:5:19
+lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 22:6:19
lib_libbluetooth_la_DEPENDENCIES = $(local_headers)
endif