EditorMacroScript: Increase version to reflect changes in revision 61896 #6c5a95f4d7

git-svn-id: trunk@62179 -
This commit is contained in:
martin 2019-11-03 19:59:23 +00:00
parent 094a2938ea
commit 36475115a5
2 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,7 @@ type
function GetEMSConf: TEMSConfig;
const
EMSVersion = 1;
EMSVersion = 2;
implementation

View File

@ -85,6 +85,7 @@ begin
conf.SelfTestActive := False;
conf.SelfTestError := '';
conf.SelfTestFailed := 0;
conf.Save;
EditorMacroPlayerClass := TEMSEditorMacro;