2006-03-13 00:53:21 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2009-09-13 14:15:36 +01: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 14:15:36 +01:00
|
|
|
# This version was first added to 9.0-current.
|
|
|
|
FBSD_1.2 {
|
|
|
|
} FBSD_1.1;
|
|
|
|
|
2011-10-10 16:42:33 +01:00
|
|
|
# This version was first added to 10.0-current.
|
|
|
|
FBSD_1.3 {
|
|
|
|
} FBSD_1.2;
|
|
|
|
|
2014-08-10 23:26:29 +01:00
|
|
|
# This version was first added to 11.0-current.
|
|
|
|
FBSD_1.4 {
|
|
|
|
} FBSD_1.3;
|
|
|
|
|
2016-08-20 13:23:27 +01:00
|
|
|
# This version was first added to 12.0-current.
|
|
|
|
FBSD_1.5 {
|
|
|
|
} FBSD_1.4;
|
|
|
|
|
2014-08-10 23:26:29 +01:00
|
|
|
|
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 02:41:55 +01:00
|
|
|
#
|
|
|
|
# Please do NOT increment the version of this namespace.
|
2007-04-29 15:03:45 +01:00
|
|
|
FBSDprivate_1.0 {
|
2016-08-20 13:23:27 +01:00
|
|
|
} FBSD_1.5;
|