diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-09-10 10:50:07 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-09-10 10:50:07 +0000 |
commit | 4537f4ccc98218a2f716294ad957981118a20d8b (patch) | |
tree | bc54179e27379f05e256d1f4bb9d6fb262c3c231 | |
parent | 19f7dc5517f6c598d9e351ec28fad811e0f0ee59 (diff) |
Update library version
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3e5af5b2..8da234ae 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ lib_LTLIBRARIES = libbluetooth.la libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c -libbluetooth_la_LDFLAGS = -version-info 1:20:0 +libbluetooth_la_LDFLAGS = -version-info 1:21:0 INCLUDES = -I$(top_builddir)/include |