freebsd/lib/libsbuf/Version.def
Conrad Meyer 451cddebfa Fix libsbuf sbuf_printf_drain symbol version
(Introduced incorrectly in r347229 earlier today.)

As pointed out by kevans, 1.6 should be used for FreeBSD 13, like r340383.

Submitted by:	kevans
Reported by:	kib
Reviewed by:	jilles
X-MFC-with:	 r347229
Differential Revision:	https://reviews.freebsd.org/D20187
2019-05-07 21:15:11 +00:00

18 lines
171 B
Modula-2

# $FreeBSD$
FBSD_1.2 {
};
FBSD_1.3 {
} FBSD_1.2;
FBSD_1.4 {
} FBSD_1.3;
FBSD_1.5 {
} FBSD_1.4;
# This version was first added to 13.0-current.
FBSD_1.6 {
} FBSD_1.5;