Skip to content

Commit a35d85b

Browse files
committed
set sybol versions in def/map files
1 parent 66b161a commit a35d85b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libumf.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
LIBRARY umf
88

9-
VERSION 1.0
9+
VERSION 0.10
1010

1111
EXPORTS
1212
DllMain

src/libumf.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
33
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44

5-
UMF_1.0 {
5+
UMF_0.10 {
66
global:
77
umfInit;
88
umfTearDown;

0 commit comments

Comments
 (0)