From b3fbd056133bf1a022d5d6e35b17133db1abfa22 Mon Sep 17 00:00:00 2001 From: crs94 Date: Mon, 20 Aug 2018 14:57:28 -0300 Subject: [PATCH] Updated version number on title --- P2/protolize2.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);