diff options
author | Max Krasnyansky <maxk@qualcomm.com> | 2003-03-20 19:30:29 +0000 |
---|---|---|
committer | Max Krasnyansky <maxk@qualcomm.com> | 2003-03-20 19:30:29 +0000 |
commit | dcaa587850c70d3a8efaf39a756207062e6a7ed6 (patch) | |
tree | 2551368b07d237fb29121379f01fb389cb893c52 /src | |
parent | 109bfa547ab9e24672472371e2183dcec24d0058 (diff) |
New 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 794d67d2..ac3e7279 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,6 +5,6 @@ lib_LTLIBRARIES = libbluetooth.la libbluetooth_la_SOURCES = bluetooth.c hci.c -libbluetooth_la_LDFLAGS = -version-info 1:1:0 +libbluetooth_la_LDFLAGS = -version-info 1:2:0 INCLUDES = -I$(top_srcdir)/include |