From 538e54d54d6acd2fcc448abb9bf90924fa2023fe Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 10 Dec 2017 16:56:53 +0100 Subject: [PATCH] libc: Forgotten adjustment in Versions.def Reported-by: Aaron LI --- lib/libc/Versions.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def index 16abb4f978..551d7d0592 100644 --- a/lib/libc/Versions.def +++ b/lib/libc/Versions.def @@ -44,4 +44,4 @@ DF502.0 { # # Please do NOT increment the version of this namespace. DFprivate_1.0 { -} DF410.0; +} DF502.0; -- 2.11.4.GIT