From 209a689b2645e907b301837da61a901df708b091 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 15 Mar 2020 07:26:51 +0100 Subject: [PATCH] build: Update library version --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 460141a6d..7719c06f8 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:1:19 +lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 22:2:19 lib_libbluetooth_la_DEPENDENCIES = $(local_headers) endif -- 2.47.3