Skip to content

Commit 2b4defa

Browse files
authored
Bump version to 0.0.11 (#191)
1 parent a6cbb30 commit 2b4defa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

merge_platform_binaries.py

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

66
repo_dir = os.path.dirname(__file__)
77

8-
test_fmus_version = '0.0.10'
8+
test_fmus_version = '0.0.11'
99

1010

1111
def merge(fmi_version, fmi_types):

test_build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
fmus_dir = os.path.join(os.path.dirname(__file__), 'fmus') # /path/to/fmi-cross-check/fmus
11-
test_fmus_version = '0.0.10'
11+
test_fmus_version = '0.0.11'
1212

1313
test_fmus_dir = os.path.dirname(os.path.abspath(__file__))
1414

@@ -21,7 +21,7 @@
2121
generator = 'Visual Studio 15 2017 Win64'
2222
else:
2323
generator = 'Unix Makefiles'
24-
24+
2525

2626
def copy_to_cross_check(build_dir, model_names, fmi_version, fmi_types):
2727
if fmus_dir is None:

0 commit comments

Comments
 (0)