From a48d8b4639f36e6fc2d7e87cac92e178674caaa1 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Fri, 8 Mar 2002 21:10:06 +0000 Subject: Initial revision --- src/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 00000000..cc7b582b --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,10 @@ +# +# $Id$ +# + +lib_LTLIBRARIES = libbluetooth.la + +libbluetooth_la_SOURCES = bluetooth.c hci.c +libbluetooth_la_LDFLAGS = -version-info 1:0:0 + +CFLAGS += -I../include -- cgit From 0a6472fe170438016c23c71d9129e627f26cd398 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Fri, 22 Mar 2002 19:45:46 +0000 Subject: Fixed compiler options and warnings. Proper parameter types. Cleanup. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index cc7b582b..b1c657e0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,4 +7,4 @@ lib_LTLIBRARIES = libbluetooth.la libbluetooth_la_SOURCES = bluetooth.c hci.c libbluetooth_la_LDFLAGS = -version-info 1:0:0 -CFLAGS += -I../include +AM_CFLAGS = -I../include -- cgit From a8d4b5143b9fc3ee47a5f59180d8a92c5f742115 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Fri, 29 Mar 2002 21:34:01 +0000 Subject: Cleanup. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index b1c657e0..22dd8aac 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,4 +7,4 @@ lib_LTLIBRARIES = libbluetooth.la libbluetooth_la_SOURCES = bluetooth.c hci.c libbluetooth_la_LDFLAGS = -version-info 1:0:0 -AM_CFLAGS = -I../include +INCLUDES = -I../include -- cgit From 4bbdd73f337a0e1f76597c93bb3bda99cea4a550 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Thu, 23 May 2002 20:26:01 +0000 Subject: Build env cleanup. Remove auto generated files from CVS. Working 'make distcheck'. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 22dd8aac..6359a2b0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,4 +7,4 @@ lib_LTLIBRARIES = libbluetooth.la libbluetooth_la_SOURCES = bluetooth.c hci.c libbluetooth_la_LDFLAGS = -version-info 1:0:0 -INCLUDES = -I../include +INCLUDES = -I$(top_srcdir)/include -- cgit From 8a3e9d619f548c665569e8c835ed82313db3759b Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Mon, 16 Sep 2002 17:32:47 +0000 Subject: update --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 6359a2b0..794d67d2 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:0:0 +libbluetooth_la_LDFLAGS = -version-info 1:1:0 INCLUDES = -I$(top_srcdir)/include -- cgit From dcaa587850c70d3a8efaf39a756207062e6a7ed6 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Thu, 20 Mar 2003 19:30:29 +0000 Subject: New version. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') 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 -- cgit From 4831ff2d35f407ddff185c2d6350355556244101 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 17 Dec 2003 14:28:36 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ac3e7279..2388a753 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:2:0 +libbluetooth_la_LDFLAGS = -version-info 1:3:0 INCLUDES = -I$(top_srcdir)/include -- cgit From 542fc57346fbb329934152f446f58cc61a5d5d00 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 31 Mar 2004 16:37:55 +0000 Subject: Add SDP library code --- src/Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 2388a753..6c6b9fc4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,9 +2,12 @@ # $Id$ # -lib_LTLIBRARIES = libbluetooth.la +lib_LTLIBRARIES = libbluetooth.la libsdp.la -libbluetooth_la_SOURCES = bluetooth.c hci.c -libbluetooth_la_LDFLAGS = -version-info 1:3:0 +libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c +libbluetooth_la_LDFLAGS = -version-info 1:4:0 + +libsdp_la_SOURCES = +libsdp_la_LDFLAGS = -version-info 2:2:0 INCLUDES = -I$(top_srcdir)/include -- cgit From 51e671b116fe121053444c4817e38ad07e9586f8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 31 Mar 2004 19:50:46 +0000 Subject: Use $(top_builddir) as include root directory --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 6c6b9fc4..17fdbf6d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,4 +10,4 @@ libbluetooth_la_LDFLAGS = -version-info 1:4:0 libsdp_la_SOURCES = libsdp_la_LDFLAGS = -version-info 2:2:0 -INCLUDES = -I$(top_srcdir)/include +INCLUDES = -I$(top_builddir)/include -- cgit From 15f0222e04e33cbfc622007d6bac851e44477dd9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 8 May 2004 20:22:26 +0000 Subject: Update library version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 17fdbf6d..73b6854f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ lib_LTLIBRARIES = libbluetooth.la libsdp.la libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c -libbluetooth_la_LDFLAGS = -version-info 1:4:0 +libbluetooth_la_LDFLAGS = -version-info 1:7:0 libsdp_la_SOURCES = libsdp_la_LDFLAGS = -version-info 2:2:0 -- cgit From a315030f93449c55905df6b0b8b85f2c6260b838 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 7 Jul 2004 15:58:33 +0000 Subject: Update library version number and remove dummy libsdp --- src/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 73b6854f..119b3762 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,12 +2,9 @@ # $Id$ # -lib_LTLIBRARIES = libbluetooth.la libsdp.la +lib_LTLIBRARIES = libbluetooth.la libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c -libbluetooth_la_LDFLAGS = -version-info 1:7:0 - -libsdp_la_SOURCES = -libsdp_la_LDFLAGS = -version-info 2:2:0 +libbluetooth_la_LDFLAGS = -version-info 1:8:0 INCLUDES = -I$(top_builddir)/include -- cgit From 3429ef600fcef09e96408f8b476ead6cb519cf83 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 21 Jul 2004 13:30:34 +0000 Subject: Make use of MAINTAINERCLEANFILES --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 119b3762..46985678 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,3 +8,5 @@ libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c libbluetooth_la_LDFLAGS = -version-info 1:8:0 INCLUDES = -I$(top_builddir)/include + +MAINTAINERCLEANFILES = Makefile.in -- cgit From 1590d5be4605667ca2b405172d99a65c814723b2 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 29 Jul 2004 13:35:42 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 46985678..4bca9333 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:8:0 +libbluetooth_la_LDFLAGS = -version-info 1:9:0 INCLUDES = -I$(top_builddir)/include -- cgit From c64da0295f5260a07d56dfd6df14d7369859164a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 13 Aug 2004 13:48:14 +0000 Subject: Update library version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 4bca9333..414c7b53 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:9:0 +libbluetooth_la_LDFLAGS = -version-info 1:10:0 INCLUDES = -I$(top_builddir)/include -- cgit From 9dbfdb30dc538930eadd36df65917b1e68f7558a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 11 Nov 2004 18:03:20 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 414c7b53..fad7b418 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:10:0 +libbluetooth_la_LDFLAGS = -version-info 1:11:0 INCLUDES = -I$(top_builddir)/include -- cgit From 603532d2b4141998d2c943c0b5f4077e27f6060f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 1 Dec 2004 14:48:16 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index fad7b418..d805a0ce 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:11:0 +libbluetooth_la_LDFLAGS = -version-info 1:12:0 INCLUDES = -I$(top_builddir)/include -- cgit From 43e9e65bd31bb549babf77b33587243b1824b6c5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 25 Dec 2004 17:27:06 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') 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 -- cgit From 00bb0adf5a9c8dee2ed3b25ec0f3c1588f2c91ca Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 14 Jan 2005 00:04:29 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 508eaa98..bec2f2dc 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:13:0 +libbluetooth_la_LDFLAGS = -version-info 1:14:0 INCLUDES = -I$(top_builddir)/include -- cgit From 25efdcf40470f471d7d4412f3c5d11e918b8452e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 31 Jan 2005 23:04:28 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index bec2f2dc..2724291a 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:14:0 +libbluetooth_la_LDFLAGS = -version-info 1:15:0 INCLUDES = -I$(top_builddir)/include -- cgit From 137bc70b64b7b1d8280a6580532007e27e2c7e3f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 18 Apr 2005 22:55:19 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 2724291a..2be03d47 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:15:0 +libbluetooth_la_LDFLAGS = -version-info 1:16:0 INCLUDES = -I$(top_builddir)/include -- cgit From 4e2579e42570a214353809903f6c8bc59db7d5ef Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 9 May 2005 12:23:53 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 2be03d47..c52358f3 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:16:0 +libbluetooth_la_LDFLAGS = -version-info 1:17:0 INCLUDES = -I$(top_builddir)/include -- cgit From b9b9f3700eefd8a32af2b68fb08c008b1fad650f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 3 Jul 2005 14:50:03 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c52358f3..ee4510ca 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:17:0 +libbluetooth_la_LDFLAGS = -version-info 1:18:0 INCLUDES = -I$(top_builddir)/include -- cgit From e739d2ea50020d8bf8a470a0972ea80db6c3d563 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 6 Aug 2005 08:09:03 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ee4510ca..9855edc6 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:18:0 +libbluetooth_la_LDFLAGS = -version-info 1:19:0 INCLUDES = -I$(top_builddir)/include -- cgit From 0945829c8c01d162cdabfe96ba8d6f432769947a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 27 Aug 2005 13:18:21 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 9855edc6..3e5af5b2 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:19:0 +libbluetooth_la_LDFLAGS = -version-info 1:20:0 INCLUDES = -I$(top_builddir)/include -- cgit From 4537f4ccc98218a2f716294ad957981118a20d8b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 10 Sep 2005 10:50:07 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 3e5af5b2..8da234ae 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:20:0 +libbluetooth_la_LDFLAGS = -version-info 1:21:0 INCLUDES = -I$(top_builddir)/include -- cgit From c0d524486a50e8366c12c5ebea1a4441e9db46aa Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 29 Oct 2005 19:25:42 +0000 Subject: Big cleanup of CVS relics --- src/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 8da234ae..09544baf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,3 @@ -# -# $Id$ -# lib_LTLIBRARIES = libbluetooth.la -- cgit From e36da2e02f410298e5ecc0238c439e659b861c2a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 31 Oct 2005 16:27:56 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') 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 -- cgit From 72c29d4475b8b5f06eb0e518797e014837101cb5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 10 Dec 2005 13:55:34 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index dcb2cb91..c6df14f6 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:22:0 +libbluetooth_la_LDFLAGS = -version-info 1:23:0 INCLUDES = -I$(top_builddir)/include -- cgit From 5ccf1c4a96dfde5dc04c136644448483b648c186 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 24 Dec 2005 16:46:53 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c6df14f6..8bfc37d8 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:23:0 +libbluetooth_la_LDFLAGS = -version-info 1:24:0 INCLUDES = -I$(top_builddir)/include -- cgit From 12ee1dcf6933f6096f9763aee5dafeccf71ff2de Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 17 Jan 2006 23:10:01 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') 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 -- cgit From dcd9814735324f08d91a6a3d1eb7b2b31d2915a6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 9 Jun 2006 15:57:21 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') 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 -- cgit From bf73a154826860245f6af3f82c336c53e6286f20 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 17 Jun 2006 12:22:19 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 5f6b7129..707bfd98 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 2:0:0 +libbluetooth_la_LDFLAGS = -version-info 2:1:0 INCLUDES = -I$(top_builddir)/include -- cgit From 05909adb9c4d36adb8d95c14ab5d4aa6514edbe5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 27 Jul 2006 02:16:43 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 707bfd98..8c4d613e 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 2:1:0 +libbluetooth_la_LDFLAGS = -version-info 3:0:1 INCLUDES = -I$(top_builddir)/include -- cgit From c1f630feca4f3fa9d172f27d00a68a2453d223b6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 22 Aug 2006 04:03:00 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 8c4d613e..74aca994 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 3:0:1 +libbluetooth_la_LDFLAGS = -version-info 4:0:2 INCLUDES = -I$(top_builddir)/include -- cgit From 2b3d5cfe013c2abf259b86e8dc73bda3d36429c1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 24 Aug 2006 22:56:35 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 74aca994..7fc9da99 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 4:0:2 +libbluetooth_la_LDFLAGS = -version-info 4:1:2 INCLUDES = -I$(top_builddir)/include -- cgit From 0f49354526ab98dc4e78c112343dcdc03efb26f6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 6 Sep 2006 12:30:10 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 7fc9da99..c4497674 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 4:1:2 +libbluetooth_la_LDFLAGS = -version-info 5:0:3 INCLUDES = -I$(top_builddir)/include -- cgit From b214431051ac907f47cc8e798216869c5a5e1d5a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 24 Sep 2006 19:25:32 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c4497674..bcf2543d 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 5:0:3 +libbluetooth_la_LDFLAGS = -version-info 6:0:4 INCLUDES = -I$(top_builddir)/include -- cgit From 3c8d737f3ebcd49548d364e8976f0ca1cdb4e5ae Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 29 Sep 2006 21:11:37 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index bcf2543d..10abc721 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 6:0:4 +libbluetooth_la_LDFLAGS = -version-info 6:1:4 INCLUDES = -I$(top_builddir)/include -- cgit From 85a6b6ed56f25eb8f766b2efbbf0c86aa9848c3a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 25 Dec 2006 13:45:52 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 10abc721..79bcaaa5 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 6:1:4 +libbluetooth_la_LDFLAGS = -version-info 7:0:5 INCLUDES = -I$(top_builddir)/include -- cgit From 0910c7010b29b9716d69459ecbd5ab29c6a34fa4 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 10 May 2007 07:22:22 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 79bcaaa5..4ecf123e 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 7:0:5 +libbluetooth_la_LDFLAGS = -version-info 8:0:6 INCLUDES = -I$(top_builddir)/include -- cgit From 8be6e8b5936c34b4f826af0b91bb1df565a083f1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 24 May 2007 14:21:44 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 4ecf123e..0602d4e9 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 8:0:6 +libbluetooth_la_LDFLAGS = -version-info 8:1:6 INCLUDES = -I$(top_builddir)/include -- cgit From 362b9690036f8324e2d0a40bed4adc6d0986caad Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 23 Jun 2007 23:37:00 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 0602d4e9..0b662369 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 8:1:6 +libbluetooth_la_LDFLAGS = -version-info 9:0:7 INCLUDES = -I$(top_builddir)/include -- cgit From 7092f984dafd1b9e67873f73ffe9334289ff1a17 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 26 Jul 2007 08:30:21 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 0b662369..9392082d 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 9:0:7 +libbluetooth_la_LDFLAGS = -version-info 9:1:7 INCLUDES = -I$(top_builddir)/include -- cgit From 3ad6c870f3759d3e98a1a3e0f2e71dc3b26e0994 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 8 Aug 2007 16:30:46 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 9392082d..6d3e627f 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 9:1:7 +libbluetooth_la_LDFLAGS = -version-info 10:0:8 INCLUDES = -I$(top_builddir)/include -- cgit From 54146f1c528394e399b2d4375d7468f9f9a6644b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 23 Aug 2007 11:21:26 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 6d3e627f..f0027ccd 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 10:0:8 +libbluetooth_la_LDFLAGS = -version-info 10:1:8 INCLUDES = -I$(top_builddir)/include -- cgit From 1160385cf5604689c14d73397d11a0ca1edfcbe7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 28 Aug 2007 17:53:49 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index f0027ccd..7975212b 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 10:1:8 +libbluetooth_la_LDFLAGS = -version-info 10:2:8 INCLUDES = -I$(top_builddir)/include -- cgit From bf3139919cb3732931100b0aa6de18ad16c451d1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 30 Aug 2007 14:24:30 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 7975212b..8b805f22 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 10:2:8 +libbluetooth_la_LDFLAGS = -version-info 10:3:8 INCLUDES = -I$(top_builddir)/include -- cgit From 819661edc6f2144e85690c5a957f338ee668d89d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 2 Sep 2007 18:34:50 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 8b805f22..c7591d6d 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 10:3:8 +libbluetooth_la_LDFLAGS = -version-info 10:4:8 INCLUDES = -I$(top_builddir)/include -- cgit From 0d5bcfd73f1d52e3c2b49b28062f9972f40ad42f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 16 Sep 2007 10:56:39 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c7591d6d..0c758ee1 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 10:4:8 +libbluetooth_la_LDFLAGS = -version-info 10:5:8 INCLUDES = -I$(top_builddir)/include -- cgit From a0303b05f6eeb967dfa60600e10c32282f6ab33f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 5 Oct 2007 11:26:17 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 0c758ee1..27d7dec5 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 10:5:8 +libbluetooth_la_LDFLAGS = -version-info 11:0:9 INCLUDES = -I$(top_builddir)/include -- cgit From f35f7aa9aacf6cba18949d927f279475c7ca1571 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 24 Oct 2007 22:22:34 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 27d7dec5..5f021b39 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 11:0:9 +libbluetooth_la_LDFLAGS = -version-info 11:1:9 INCLUDES = -I$(top_builddir)/include -- cgit From ea66d4c5353160087ff0cb4c6a1014c5fdd1cffc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 25 Oct 2007 23:05:25 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 5f021b39..87429799 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 11:1:9 +libbluetooth_la_LDFLAGS = -version-info 11:2:9 INCLUDES = -I$(top_builddir)/include -- cgit From a1ade55a6ffb38b0a3c10fa3e1f88a265d28cab6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 8 Dec 2007 21:49:10 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 87429799..2613af59 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 11:2:9 +libbluetooth_la_LDFLAGS = -version-info 11:3:9 INCLUDES = -I$(top_builddir)/include -- cgit From cd0c03f1c182b633855b256540a42d83cbed4538 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 25 Dec 2007 20:40:04 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 2613af59..0c91924d 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 11:3:9 +libbluetooth_la_LDFLAGS = -version-info 11:4:9 INCLUDES = -I$(top_builddir)/include -- cgit From 03bac653ed513d6efaaa36eb349b5ca9a23dce19 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 5 Mar 2008 19:36:50 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 0c91924d..0115a7c5 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 11:4:9 +libbluetooth_la_LDFLAGS = -version-info 11:5:9 INCLUDES = -I$(top_builddir)/include -- cgit From 60ece348f344fc1e5d4ac7113e916155c1e350a2 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 21 Mar 2008 23:34:11 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 0115a7c5..7d19490f 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 11:5:9 +libbluetooth_la_LDFLAGS = -version-info 11:6:9 INCLUDES = -I$(top_builddir)/include -- cgit From 5e4c3e1a8fdab9ac8a45ef0e80cd045421c73621 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 18 Jun 2008 16:09:54 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 7d19490f..a03816e7 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 11:6:9 +libbluetooth_la_LDFLAGS = -version-info 12:0:10 INCLUDES = -I$(top_builddir)/include -- cgit From c7a088963f4c5f767fc08f7e123f4389b0182c53 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 24 Jun 2008 00:33:44 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index a03816e7..e458ff06 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 12:0:10 +libbluetooth_la_LDFLAGS = -version-info 13:0:11 INCLUDES = -I$(top_builddir)/include -- cgit From cd8c7ab8f70bd0f0c1c69bd9454be0ad25809533 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 1 Jul 2008 03:04:06 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e458ff06..975c603c 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 13:0:11 +libbluetooth_la_LDFLAGS = -version-info 13:1:11 INCLUDES = -I$(top_builddir)/include -- cgit From 9b58ef755fe8dabbd82a9a9f88e172b7b9d9222a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 11 Jul 2008 10:11:38 +0000 Subject: Update changelog and bump version number --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 975c603c..065bbe60 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 13:1:11 +libbluetooth_la_LDFLAGS = -version-info 13:2:11 INCLUDES = -I$(top_builddir)/include -- cgit