mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
1 changed files with 5 additions and 1 deletions
|
|
@ -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 a new issue