pre-release 1.03

This commit is contained in:
2025-06-28 16:20:28 +03:00
parent 1aa3c5b955
commit 041322a62e
8 changed files with 29 additions and 6 deletions

View File

@@ -324,6 +324,9 @@ classdef mcuMask
start(t);
end
function v = getMyLibVersion()
v = 'pre-1.03';
end
end
end