diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-10-06 18:38:09 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-10-06 18:38:09 +0200 |
commit | 24c3fcd91afa0b424f52a910bbbb5c08fcc1e99a (patch) | |
tree | 531d8d78838a39cb5979cf10a359a4217f7420f4 /lib/Makefile.am | |
parent | b23b2074154582ef796b30879f36c82eeb077e0b (diff) |
Update library version
Diffstat (limited to 'lib/Makefile.am')
-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 26a0d71a..b48e42eb 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 3:1:0 +libbluetooth_la_LDFLAGS = -version-info 3:2:0 INCLUDES = -I$(top_builddir)/include |