Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit e76f356

Browse files
committed
Remove pre-release message
1 parent 4f67e3d commit e76f356

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

+FMIKit/initialize.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ function initialize()
6565
if msg
6666
disp(['Initializing FMI Kit ' [num2str(FMIKit.majorVersion) '.' ...
6767
num2str(FMIKit.minorVersion) '.' num2str(FMIKit.patchVersion)]])
68-
69-
disp('DISCLAIMER: This is a pre-release version. DO NOT USE FOR PRODUCTION.')
70-
68+
7169
% check MATLAB version
7270
rel = version('-release');
7371
rel_year = str2double(rel(1:4));

0 commit comments

Comments
 (0)