@@ -86,7 +86,7 @@
<body>
<p>
-<b>Inno Setup version 6.0.4</b><br/>
+<b>Inno Setup version 6.0.5</b><br/>
<b>Copyright © 1997-2020 Jordan Russell. All rights reserved.</b><br/>
<b>Portions Copyright © 2000-2020 Martijn Laan. All rights reserved.</b><br/>
<extlink href="https://jrsoftware.org/">Inno Setup home page</extlink>
@@ -17,8 +17,8 @@ uses
const
SetupTitle = 'Inno Setup';
- SetupVersion = '6.0.4 '{$IFDEF UNICODE}+'(u)'{$ELSE}+'(a)'{$ENDIF};
- SetupBinVersion = (6 shl 24) + (0 shl 16) + (4 shl 8) + 0;
+ SetupVersion = '6.0.5 '{$IFDEF UNICODE}+'(u)'{$ELSE}+'(a)'{$ENDIF};
+ SetupBinVersion = (6 shl 24) + (0 shl 16) + (5 shl 8) + 0;
type
TSetupID = array[0..63] of AnsiChar;
@@ -19,7 +19,7 @@ rem Once done the installer can be found in Output
setlocal
-set VER=6.0.4
+set VER=6.0.5
echo Building Inno Setup %VER%...
echo.
@@ -10,7 +10,7 @@
[Setup]
AppName=Inno Setup
AppId=Inno Setup 6
-AppVersion=6.0.4
+AppVersion=6.0.5
AppPublisher=jrsoftware.org
AppPublisherURL=http://www.innosetup.com/
AppSupportURL=http://www.innosetup.com/