summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-02-23 12:02:48 +0100
committerMarcel Holtmann <marcel@holtmann.org>2013-02-23 12:02:48 +0100
commit5ae6f82f1a165e6d18f5f2b77807d9b29d36e671 (patch)
tree20a07d50da4a616f93f4ee9e90e9eee203d1e74d /Makefile.am
parent786f0e0e33370817015114fd7b8bf2fb9321e6d8 (diff)
build: Update library version
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cbcde3e5b..f75b8d631 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,7 +80,7 @@ include_HEADERS += $(lib_headers)
lib_LTLIBRARIES += lib/libbluetooth.la
lib_libbluetooth_la_SOURCES = $(lib_headers) $(lib_sources)
-lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 18:0:15
+lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 19:0:16
lib_libbluetooth_la_DEPENDENCIES = $(local_headers)
endif