summaryrefslogtreecommitdiffstats
path: root/lib/libbluetooth
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2009-07-19 17:25:24 +0000
committerkensmith <kensmith@FreeBSD.org>2009-07-19 17:25:24 +0000
commit9c2c634ee9419c063051f0df25be4105938fc170 (patch)
treeec388df935beef7e607d99dc9e13b57bb4a74464 /lib/libbluetooth
parentff0167102269c2cede94945bd3401f1d447b0ec1 (diff)
downloadFreeBSD-src-9c2c634ee9419c063051f0df25be4105938fc170.zip
FreeBSD-src-9c2c634ee9419c063051f0df25be4105938fc170.tar.gz
Bump the version of all non-symbol-versioned shared libraries in
preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson)
Diffstat (limited to 'lib/libbluetooth')
-rw-r--r--lib/libbluetooth/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libbluetooth/Makefile b/lib/libbluetooth/Makefile
index 763c574..7e21892 100644
--- a/lib/libbluetooth/Makefile
+++ b/lib/libbluetooth/Makefile
@@ -7,7 +7,7 @@ MAN= bluetooth.3
WARNS?= 2
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys
-SHLIB_MAJOR= 3
+SHLIB_MAJOR= 4
SRCS= bluetooth.c dev.c hci.c
INCS= bluetooth.h
OpenPOWER on IntegriCloud