Create namespace for the symbols added during 12-CURRENT cycle.

Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
This commit is contained in:
Konstantin Belousov 2016-08-06 13:28:58 +00:00
parent bfe7e9328c
commit c3bbb3be4e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=303794

View file

@ -27,6 +27,10 @@ FBSD_1.3 {
FBSD_1.4 {
} FBSD_1.3;
# This version was first added to 12.0-current.
FBSD_1.5 {
} FBSD_1.4;
# This is our private namespace. Any global interfaces that are
# strictly for use only by other FreeBSD applications and libraries
@ -35,4 +39,4 @@ FBSD_1.4 {
#
# Please do NOT increment the version of this namespace.
FBSDprivate_1.0 {
} FBSD_1.4;
} FBSD_1.5;