Create namespace for the symbols added during 12-CURRENT cycle.
Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
This commit is contained in:
parent
bfe7e9328c
commit
c3bbb3be4e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user