diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-08-06 08:09:03 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-08-06 08:09:03 +0000 |
commit | e739d2ea50020d8bf8a470a0972ea80db6c3d563 (patch) | |
tree | fa73001c6dc37bb142dfce08b453a7f68d158c8d /src/Makefile.am | |
parent | 049d8b7167e88eb376a7173188eb09a5d6b19b41 (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 ee4510ca..9855edc6 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:18:0 +libbluetooth_la_LDFLAGS = -version-info 1:19:0 INCLUDES = -I$(top_builddir)/include |