summaryrefslogtreecommitdiff
path: root/lib/libbluetooth/shlib_version
diff options
context:
space:
mode:
authorplunky <plunky@NetBSD.org>2009-05-12 10:05:06 +0000
committerplunky <plunky@NetBSD.org>2009-05-12 10:05:06 +0000
commitdfbf818a22d811e97c87c95a064bcff7ee2abb4d (patch)
tree23994d7f278a62a4efcb30be6d9421e0fad40ec9 /lib/libbluetooth/shlib_version
parent93dfc06da921375d7d447c56760b4bf9622786f1 (diff)
Add in the new Service Discovery Protocol API as announced previously in
http://mail-index.netbsd.org/tech-userlevel/2009/02/27/msg001764.html in lib/libbluetooth, add new SDP functions and bump minor version replace usr.sbin/sdpd with new version install sdp.h and sdp.3 from lib/libbluetooth (Don't remove libsdp yet since some programs still refer to it)
Diffstat (limited to 'lib/libbluetooth/shlib_version')
-rw-r--r--lib/libbluetooth/shlib_version4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libbluetooth/shlib_version b/lib/libbluetooth/shlib_version
index 4a1680302b3..7bcee8afb4b 100644
--- a/lib/libbluetooth/shlib_version
+++ b/lib/libbluetooth/shlib_version
@@ -1,5 +1,5 @@
-# $NetBSD: shlib_version,v 1.3 2009/01/11 03:07:47 christos Exp $
+# $NetBSD: shlib_version,v 1.4 2009/05/12 10:05:06 plunky Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
major=4
-minor=0
+minor=1