summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-10-15 14:56:51 -0700
committerMarcel Holtmann <marcel@holtmann.org>2013-10-15 14:56:51 -0700
commit8eb2ac45647160a5f52c7bdc4250eb5b0e1a7d6a (patch)
treeac4a1cb8009b50c6d1db6bfbe34c391edfc33953 /Makefile.am
parente66de31c5a6dd4611aa857063cb5e7fcc7e3a918 (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 51204f474..8aed6f7e4 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 20:0:17
+lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 20:1:17
lib_libbluetooth_la_DEPENDENCIES = $(local_headers)
endif