diff --git a/GOcontrollSimulinkProject.sltx b/GOcontrollSimulinkProject.sltx
index 7bbe38a..e23b68f 100644
Binary files a/GOcontrollSimulinkProject.sltx and b/GOcontrollSimulinkProject.sltx differ
diff --git a/ToolboxPackagingConfiguration.prj b/ToolboxPackagingConfiguration.prj
index 0aec009..dcd662f 100644
--- a/ToolboxPackagingConfiguration.prj
+++ b/ToolboxPackagingConfiguration.prj
@@ -7,7 +7,7 @@
A toolbox for working with the GOcontroll Moduline controllers
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.
${PROJECT_ROOT}/GOcontroll.png
- 4.3.2.7
+ 4.3.2.8
${PROJECT_ROOT}/GOcontroll-Simulink.mltbx
- MATLAB
diff --git a/blockset/ert_linux_target_version.m b/blockset/ert_linux_target_version.m
index 2fd6c2d..ce45faa 100644
--- a/blockset/ert_linux_target_version.m
+++ b/blockset/ert_linux_target_version.m
@@ -30,7 +30,7 @@
function [version] = ert_linux_target_version()
-version = 'GOcontroll V4.4.0-rc7';
+version = 'GOcontroll V4.4.0-rc8';
%% V4.4.0 Update -:
% BREAKING Fixed mask errors in the 10 channel input, reset pulse counter and all the output blocks have been fixed this can reset certain parameters
@@ -42,6 +42,7 @@
% User can now configure a simulink codegen/cache folder to prevent cluttering of the project folder
% Added read accelerometer block for reading out the accelerometer on the moduline mini
% Added the 10 channel output monitor block to the library
+% Changed the CAN_MESSAGE datatype into CAN_MESSAGE_EXTENDED in can_receive_v2, this has no functional difference but makes building work better
%% 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