diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-05-09 12:23:53 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-05-09 12:23:53 +0000 |
commit | 4e2579e42570a214353809903f6c8bc59db7d5ef (patch) | |
tree | 1509d4549af07c30709bc340b3d799ae57efa948 /src/Makefile.am | |
parent | 0a2a889c91f9b671b7c31bcb6e4e53daf306fb7e (diff) |
Update library version
Diffstat (limited to 'src/Makefile.am')
-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 2be03d47..c52358f3 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:16:0 +libbluetooth_la_LDFLAGS = -version-info 1:17:0 INCLUDES = -I$(top_builddir)/include |