From 17cd5563f83769fe9f69802dcc05faf41f780b7a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 7 Mar 2024 16:12:25 +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 ed4f9dc51..dc9a96b7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,7 +84,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:12:19 +lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 22:13:19 endif noinst_LTLIBRARIES += lib/libbluetooth-internal.la -- 2.47.3