From 56cb133d6962472f1e7e46af17f88bfea2bae523 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 23 Dec 2012 14:37:56 -0800 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 850f8bfa3..84e51a36e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,7 +78,7 @@ lib_LTLIBRARIES += lib/libbluetooth.la lib_libbluetooth_la_SOURCES = $(lib_headers) \ lib/bluetooth.c lib/hci.c lib/sdp.c lib/uuid.c -lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 16:0:13 +lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 17:0:14 lib_libbluetooth_la_DEPENDENCIES = $(local_headers) endif -- 2.47.3