diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-12-25 17:27:06 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-12-25 17:27:06 +0000 |
commit | 43e9e65bd31bb549babf77b33587243b1824b6c5 (patch) | |
tree | 821bc5fa6cd25d5672c19b960b282c4270301f69 /src | |
parent | 984277aa49d35e4033f6c65266096364ac3243ed (diff) |
Update library version
Diffstat (limited to 'src')
-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 d805a0ce..508eaa98 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:12:0 +libbluetooth_la_LDFLAGS = -version-info 1:13:0 INCLUDES = -I$(top_builddir)/include |