From 61d257f12c46320896dfabdce3ba0591d62e06ff Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 3 Feb 2017 19:14:40 +0100 Subject: [PATCH] libc: Adjust Versions.def. --- lib/libc/Versions.def | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def index b341f05eb6..f48e29f0e7 100644 --- a/lib/libc/Versions.def +++ b/lib/libc/Versions.def @@ -25,6 +25,10 @@ DF404.0 { DF406.0 { } DF404.0; +# version for DragonFly 4.7 +DF408.0 { +} DF406.0; + # This is our private namespace. Any global interfaces that are # strictly for use only by other DragonFly applications and libraries # are listed here. We use a separate namespace so we can write @@ -32,4 +36,4 @@ DF406.0 { # # Please do NOT increment the version of this namespace. DFprivate_1.0 { -} DF406.0; +} DF408.0; -- 2.11.4.GIT