From dc0cbf0f5dad5f83ae5a07215ed7e7bdb68589cd Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 12 Jan 2024 22:54:56 +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 e7221bd61..e738eb3a5 100644 --- 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:11:19 +lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 22:12:19 lib_libbluetooth_la_DEPENDENCIES = $(local_headers) endif -- 2.47.3