xref: /dragonfly/lib/libc/Versions.def (revision a765cedf)
1#
2# Note: Whenever bumping the DF version, always make
3#       DFprivate_1.0 depend on the new DF version.
4#       This will keep it at the end of the dependency chain.
5#
6
7# This is our first version; it depends on no other.
8# This version was first added to DragonFly 3.5
9DF306.0 {
10};
11
12# Second version for DragonFly 3.5 on per library basis
13DF306.1 {
14} DF306.0;
15
16# version for DragonFly 4.1
17DF402.0 {
18} DF306.1;
19
20# version for DragonFly 4.3
21DF404.0 {
22} DF402.0;
23
24# version for DragonFly 4.5
25DF406.0 {
26} DF404.0;
27
28# version for DragonFly 4.7
29DF408.0 {
30} DF406.0;
31
32# version for DragonFly 4.9
33DF410.0 {
34} DF408.0;
35
36# version for DragonFly 5.1
37DF502.0 {
38} DF410.0;
39
40# version for DragonFly 5.3
41DF504.0 {
42} DF502.0;
43
44# version for DragonFly 5.5
45DF506.0 {
46} DF504.0;
47
48# version for DragonFly 5.7
49DF508.0 {
50} DF506.0;
51
52# version for DragonFly 5.9
53DF510.0 {
54} DF508.0;
55
56# version for DragonFly 6.1
57DF602.0 {
58} DF510.0;
59
60# version for DragonFly 6.3
61DF604.0 {
62} DF602.0;
63
64# version for DragonFly 6.5
65DF606.0 {
66} DF604.0;
67
68# This is our private namespace.  Any global interfaces that are
69# strictly for use only by other DragonFly applications and libraries
70# are listed here.  We use a separate namespace so we can write
71# simple ABI-checking tools.
72#
73# Please do NOT increment the version of this namespace.
74DFprivate_1.0 {
75} DF606.0;
76