summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2021-04-02 10:41:13 +0200
committerMarcel Holtmann <marcel@holtmann.org>2021-04-02 10:41:13 +0200
commit727a88a9013344ff0af5620707da2a619e1b9597 (patch)
treed942ca283d1adce71f0b4c799669d34b74436d79 /Makefile.am
parent45dd8276744c31241cc4e10d8d0c5182b204b2fd (diff)
downloadbluez-727a88a9013344ff0af5620707da2a619e1b9597.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 444623649..a7b0c0709 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:4:19
+lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 22:5:19
lib_libbluetooth_la_DEPENDENCIES = $(local_headers)
endif