summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-06-09 15:57:21 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-06-09 15:57:21 +0000
commitdcd9814735324f08d91a6a3d1eb7b2b31d2915a6 (patch)
tree40b789cdcef7b05db2a124c9aace625ceeb99cca /src/Makefile.am
parent1b9e5873f730b50987c494c7397b40ac614ba62d (diff)
Update library version
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 61ef2fb1..5f6b7129 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:25:0
+libbluetooth_la_LDFLAGS = -version-info 2:0:0
INCLUDES = -I$(top_builddir)/include