We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a094b44 commit aebd5caCopy full SHA for aebd5ca
src/libumf.def
@@ -6,7 +6,7 @@
6
7
LIBRARY umf
8
9
-VERSION 1.0
+VERSION 0.10
10
11
EXPORTS
12
DllMain
src/libumf.map
@@ -2,7 +2,7 @@
2
# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
3
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
5
-UMF_1.0 {
+LIBUMF_0.10 {
global:
umfInit;
umfTearDown;
0 commit comments