]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libc/Versions.def
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / libc / Versions.def
1 # $FreeBSD$
2
3 #
4 # Note: Whenever bumping the FBSD version, always make
5 #       FBSDprivate_1.0 depend on the new FBSD version.
6 #       This will keep it at the end of the dependency chain.
7 #
8
9 # This is our first version; it depends on no other.
10 # This version was first added to 7.0-current.
11 FBSD_1.0 {
12 };
13
14 # This version was first added to 8.0-current.
15 FBSD_1.1 {
16 } FBSD_1.0;
17
18 # This version was first added to 9.0-current.
19 FBSD_1.2 {
20 } FBSD_1.1;
21
22 # This version was first added to 10.0-current.
23 FBSD_1.3 {
24 } FBSD_1.2;
25
26 # This is our private namespace.  Any global interfaces that are
27 # strictly for use only by other FreeBSD applications and libraries
28 # are listed here.  We use a separate namespace so we can write
29 # simple ABI-checking tools.
30 #
31 # Please do NOT increment the version of this namespace.
32 FBSDprivate_1.0 {
33 } FBSD_1.3;