From 8ad6521a9210b72dc03f100a9463ea99ff30700a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 22 Feb 2021 21:00:05 +0100 Subject: [PATCH] build: Update library version Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9b78d12..efe2891 100755 --- 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:3:19 +lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 22:4:19 lib_libbluetooth_la_DEPENDENCIES = $(local_headers) endif -- 2.7.4