kernel: Remove the FFS_ROOT option. It was a no-op since 4.9.
[dragonfly.git] / lib / libc / Versions.def
blob3bad35a966cca6cd9d04e9490fed8c4ad7b93197
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.
7 # This is our first version; it depends on no other.
8 # This version was first added to DragonFly 3.5
9 DF306.0 {
12 # Second version for DragonFly 3.5 on per library basis
13 DF306.1 {
14 } DF306.0;
16 # version for DragonFly 4.1
17 DF402.0 {
18 } DF306.1;
20 # version for DragonFly 4.3
21 DF404.0 {
22 } DF402.0;
24 # version for DragonFly 4.5
25 DF406.0 {
26 } DF404.0;
28 # version for DragonFly 4.7
29 DF408.0 {
30 } DF406.0;
32 # version for DragonFly 4.9
33 DF410.0 {
34 } DF408.0;
36 # version for DragonFly 5.1
37 DF502.0 {
38 } DF410.0;
40 # version for DragonFly 5.3
41 DF504.0 {
42 } DF502.0;
44 # This is our private namespace. Any global interfaces that are
45 # strictly for use only by other DragonFly applications and libraries
46 # are listed here. We use a separate namespace so we can write
47 # simple ABI-checking tools.
49 # Please do NOT increment the version of this namespace.
50 DFprivate_1.0 {
51 } DF504.0;