diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-02-26 00:48:18 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-02-26 00:48:18 +0100 |
commit | aaa39fd3bf46a9205fadeb22b3d212f1372059e6 (patch) | |
tree | 1acf4b912238b0925b4fe0b154e6d6fef498a585 | |
parent | 5fa1445615ba636b9a1aab409476dd89fb14e9af (diff) |
Update library version
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index a9d4b477..f1435403 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,7 +2,7 @@ lib_LTLIBRARIES = libbluetooth.la libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c -libbluetooth_la_LDFLAGS = -version-info 5:0:2 +libbluetooth_la_LDFLAGS = -version-info 5:1:2 INCLUDES = -I$(top_builddir)/include |