diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-11-11 18:03:20 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-11-11 18:03:20 +0000 |
commit | 9dbfdb30dc538930eadd36df65917b1e68f7558a (patch) | |
tree | 763266200236ac598ea8595cfe9edc1c801e1482 | |
parent | 0792c0b319112503dd5129f05536f3c6ae4c746c (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 414c7b53..fad7b418 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:10:0 +libbluetooth_la_LDFLAGS = -version-info 1:11:0 INCLUDES = -I$(top_builddir)/include |