xref: /dragonfly/lib/libc/Versions.def (revision 279dd846)
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# This is our private namespace.  Any global interfaces that are
25# strictly for use only by other DragonFly applications and libraries
26# are listed here.  We use a separate namespace so we can write
27# simple ABI-checking tools.
28#
29# Please do NOT increment the version of this namespace.
30DFprivate_1.0 {
31} DF404.0;
32