diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-10-20 00:56:24 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-10-20 00:56:24 +0200 |
commit | 05bf6765056ebb50ed4102ae1bc136e425ff758e (patch) | |
tree | 0b448b4eb923bee7c4ea14ec12f6e640de4e5960 /lib | |
parent | 3c83515050772e2771e16039e2c4f932ccbc2f2f (diff) |
Increase library version number
Diffstat (limited to 'lib')
-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 b48e42eb..586e1e09 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:2:0 +libbluetooth_la_LDFLAGS = -version-info 3:3:0 INCLUDES = -I$(top_builddir)/include |