1 2# 3# Note: Whenever bumping the FBSD version, always make 4# FBSDprivate_1.0 depend on the new FBSD version. 5# This will keep it at the end of the dependency chain. 6# 7 8# This is our first version; it depends on no other. 9# This version was first added to 7.0-current. 10FBSD_1.0 { 11}; 12 13# This version was first added to 8.0-current. 14FBSD_1.1 { 15} FBSD_1.0; 16 17# This version was first added to 9.0-current. 18FBSD_1.2 { 19} FBSD_1.1; 20 21# This version was first added to 10.0-current. 22FBSD_1.3 { 23} FBSD_1.2; 24 25# This version was first added to 11.0-current. 26FBSD_1.4 { 27} FBSD_1.3; 28 29# This version was first added to 12.0-current. 30FBSD_1.5 { 31} FBSD_1.4; 32 33# This version was first added to 13.0-current. 34FBSD_1.6 { 35} FBSD_1.5; 36 37# This version was first added to 14.0-current. 38FBSD_1.7 { 39} FBSD_1.6; 40 41# This is our private namespace. Any global interfaces that are 42# strictly for use only by other FreeBSD applications and libraries 43# are listed here. We use a separate namespace so we can write 44# simple ABI-checking tools. 45# 46# Please do NOT increment the version of this namespace. 47FBSDprivate_1.0 { 48} FBSD_1.7; 49