Skip to content

Commit

Permalink
Bump version to 0.0.11 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer authored Jan 9, 2022
1 parent a6cbb30 commit 2b4defa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion merge_platform_binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

repo_dir = os.path.dirname(__file__)

test_fmus_version = '0.0.10'
test_fmus_version = '0.0.11'


def merge(fmi_version, fmi_types):
Expand Down
4 changes: 2 additions & 2 deletions test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


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

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

Expand All @@ -21,7 +21,7 @@
generator = 'Visual Studio 15 2017 Win64'
else:
generator = 'Unix Makefiles'


def copy_to_cross_check(build_dir, model_names, fmi_version, fmi_types):
if fmus_dir is None:
Expand Down

0 comments on commit 2b4defa

Please sign in to comment.