Diff between 9472de30872a1672a22023e57991d1f8a343c59e and faf2b418e16b42c557d36c5e809a8ba7268be83e
Changed Files
| File | Additions | Deletions | Status |
| Makefile.am | +1 | -1 | modified |
Full Patch
diff --git a/Makefile.am b/Makefile.am
index 7dce8fb..5ebf5e6 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 17:0:14
+lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 18:0:15
lib_libbluetooth_la_DEPENDENCIES = $(local_headers)
endif