From f461cbbc3d4feef6a4b69207f016bdb17c9ccaaa Mon Sep 17 00:00:00 2001 From: yangwei Date: Mon, 21 Sep 2020 20:39:46 +0800 Subject: [PATCH] =?UTF-8?q?UPDATE:versio=5Fmap=E5=A2=9E=E5=8A=A0=E5=AF=BC?= =?UTF-8?q?=E5=87=BAGIT=5FVERSION=5F*=E7=AC=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/version.map | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.map b/src/version.map index c0a9783..4b6c2e8 100644 --- a/src/version.map +++ b/src/version.map @@ -1,4 +1,4 @@ { - global: MESA*runtime_log*; + global: MESA*runtime_log*;GIT_VERSION_*; local: *; -}; \ No newline at end of file +};