diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-01-17 23:10:01 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-01-17 23:10:01 +0000 |
commit | 12ee1dcf6933f6096f9763aee5dafeccf71ff2de (patch) | |
tree | c178c0389cce69f54b76f9b1a160d6d6901cfddf /src | |
parent | 49fe626b5c153e4bc6a174982a89e9b3b2e4baf2 (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 8bfc37d8..61ef2fb1 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:24:0 +libbluetooth_la_LDFLAGS = -version-info 1:25:0 INCLUDES = -I$(top_builddir)/include |