Diff between 97e344952fd7db557c6f0ddb16d4779a1360b528 and 40a960d2e4d1017521ea2eb577ff072c72965704
Changed Files
| File | Additions | Deletions | Status |
| Makefile.am | +1 | -1 | modified |
Full Patch
diff --git a/Makefile.am b/Makefile.am
index 69a2805..328ccdb 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:1:17
+lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 20:2:17
lib_libbluetooth_la_DEPENDENCIES = $(local_headers)
endif