2006-03-13 00:53:21 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2009-09-13 13:15:36 +00:00
|
|
|
#
|
|
|
|
# Note: Whenever bumping the FBSD version, always make
|
|
|
|
# FBSDprivate_1.0 depend on the new FBSD version.
|
|
|
|
# This will keep it at the end of the dependency chain.
|
|
|
|
#
|
|
|
|
|
2006-03-13 00:53:21 +00:00
|
|
|
# This is our first version; it depends on no other.
|
2007-12-14 20:49:06 +00:00
|
|
|
# This version was first added to 7.0-current.
|
2006-03-13 00:53:21 +00:00
|
|
|
FBSD_1.0 {
|
|
|
|
};
|
|
|
|
|
2007-12-14 20:49:06 +00:00
|
|
|
# This version was first added to 8.0-current.
|
|
|
|
FBSD_1.1 {
|
|
|
|
} FBSD_1.0;
|
|
|
|
|
2009-09-13 13:15:36 +00:00
|
|
|
# This version was first added to 9.0-current.
|
|
|
|
FBSD_1.2 {
|
|
|
|
} FBSD_1.1;
|
|
|
|
|
2011-10-10 15:42:33 +00:00
|
|
|
# This version was first added to 10.0-current.
|
|
|
|
FBSD_1.3 {
|
|
|
|
} FBSD_1.2;
|
|
|
|
|
2014-04-03 08:16:45 +00:00
|
|
|
# This version was first added to 11.0-current.
|
|
|
|
FBSD_1.4 {
|
|
|
|
} FBSD_1.3;
|
|
|
|
|
|
|
|
|
2006-03-13 00:53:21 +00:00
|
|
|
# This is our private namespace. Any global interfaces that are
|
|
|
|
# strictly for use only by other FreeBSD applications and libraries
|
|
|
|
# are listed here. We use a separate namespace so we can write
|
|
|
|
# simple ABI-checking tools.
|
2008-05-06 01:41:55 +00:00
|
|
|
#
|
|
|
|
# Please do NOT increment the version of this namespace.
|
2007-04-29 14:03:45 +00:00
|
|
|
FBSDprivate_1.0 {
|
2014-04-03 17:31:38 +00:00
|
|
|
} FBSD_1.4;
|