Skip to content

Commit

Permalink
V+ release V4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SpieringsAE committed Aug 8, 2024
1 parent db57d16 commit d7414a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified GOcontrollSimulinkProject.sltx
Binary file not shown.
4 changes: 2 additions & 2 deletions ToolboxPackagingConfiguration.prj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<param.summary>A toolbox for working with the GOcontroll Moduline controllers</param.summary>
<param.description>This toolbox contains everything necessery to get started developping for the GOcontroll Moduline controllers, it will install the proper compiler and contains various blocks made to interact with the controllers hardware.</param.description>
<param.screenshot>${PROJECT_ROOT}/GOcontroll.png</param.screenshot>
<param.version>4.3.1</param.version>
<param.version>4.3.2</param.version>
<param.output>${PROJECT_ROOT}/GOcontroll-Simulink.mltbx</param.output>
<param.products.name>
<item>MATLAB</item>
Expand Down Expand Up @@ -188,7 +188,7 @@ updating_project_template.md</param.exclude.filters>
<vista>false</vista>
<linux>true</linux>
<solaris>false</solaris>
<osver>5.15.0-113-generic</osver>
<osver>5.15.0-117-generic</osver>
<os32>false</os32>
<os64>true</os64>
<arch>glnxa64</arch>
Expand Down
4 changes: 2 additions & 2 deletions blockset/ert_linux_target_version.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

function [version] = ert_linux_target_version()

version = 'GOcontroll V4.3.2-rc2';
version = 'GOcontroll V4.3.2';

%% V4.3.2 Update -
%% V4.3.2 Update 8-8-2024:
% The Execute shell command block now forks the process before calling system() to not block the main thread.
% Fixed missing semicolon in sfcn_can_send.tlc

Expand Down

0 comments on commit d7414a4

Please sign in to comment.