diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-01-31 23:04:28 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-01-31 23:04:28 +0000 |
commit | 25efdcf40470f471d7d4412f3c5d11e918b8452e (patch) | |
tree | fc2ee5011c3527193ec8443ade3b60f82af8051e | |
parent | 601655969dc1dc85696f8aa94cf68a6433228be7 (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 bec2f2dca..2724291a4 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:14:0 +libbluetooth_la_LDFLAGS = -version-info 1:15:0 INCLUDES = -I$(top_builddir)/include |