diff --git a/P2/protolize2.m b/P2/protolize2.m index 9081ebd..6a243c2 100644 --- a/P2/protolize2.m +++ b/P2/protolize2.m @@ -39,7 +39,7 @@ function protolize2_OpeningFcn(hObject, eventdata, handles, varargin) handles.constants = load_constants(); % Update handles structure -set(handles.figure1, 'Name', 'Protolize 2 v1.1b'); +set(handles.figure1, 'Name', 'Protolize 2 v2.0b'); guidata(hObject, handles);