Diff between 787180f5239258670b50ec1961374cceb0dda119 and 209a689b2645e907b301837da61a901df708b091
Changed Files
| File | Additions | Deletions | Status |
| Makefile.am | +1 | -1 | modified |
Full Patch
diff --git a/Makefile.am b/Makefile.am
index 460141a..7719c06 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,7 +81,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:1:19
+lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 22:2:19
lib_libbluetooth_la_DEPENDENCIES = $(local_headers)
endif