Skip to content

Commit

Permalink
Bump SetupID.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscharrer committed Jun 28, 2018
1 parent 160ddf7 commit f4df35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/Struct.pas
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ interface
this file it's recommended you change SetupID. Any change will do (like
changing the letters or numbers), as long as your format is
unrecognizable by the standard Inno Setup. }
SetupID: TSetupID = 'Inno Setup Setup Data (5.5.7)'{$IFDEF UNICODE}+' (u)'{$ENDIF};
SetupID: TSetupID = 'Inno Setup Setup Data (5.6.0)'{$IFDEF UNICODE}+' (u)'{$ENDIF};
UninstallLogID: array[Boolean] of TUninstallLogID =
('Inno Setup Uninstall Log (b)', 'Inno Setup Uninstall Log (b) 64-bit');
MessagesHdrID: TMessagesHdrID = 'Inno Setup Messages (5.5.3)'{$IFDEF UNICODE}+' (u)'{$ENDIF};
Expand Down

0 comments on commit f4df35f

Please sign in to comment.