summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-10-31 16:27:56 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-10-31 16:27:56 +0000
commite36da2e02f410298e5ecc0238c439e659b861c2a (patch)
treef22f4aa4c3a2f84167af6ebc9da1624c325b1a53
parentc0d524486a50e8366c12c5ebea1a4441e9db46aa (diff)
Update library version
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 09544baf..dcb2cb91 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@
lib_LTLIBRARIES = libbluetooth.la
libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c
-libbluetooth_la_LDFLAGS = -version-info 1:21:0
+libbluetooth_la_LDFLAGS = -version-info 1:22:0
INCLUDES = -I$(top_builddir)/include