@@ -87,7 +87,7 @@
<body>
<p>
-<b>Inno Setup version 6.1.3</b><br/>
+<b>Inno Setup version 6.2.0</b><br/>
<b>Copyright © 1997-2021 Jordan Russell. All rights reserved.</b><br/>
<b>Portions Copyright © 2000-2021 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.1.3';
- SetupBinVersion = (6 shl 24) + (1 shl 16) + (3 shl 8) + 0;
+ SetupVersion = '6.2.0';
+ SetupBinVersion = (6 shl 24) + (2 shl 16) + (0 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.1.2
+set VER=6.2.0
echo Building Inno Setup %VER%...
echo.
@@ -15,7 +15,7 @@
[Setup]
AppName=Inno Setup
AppId={code:GetAppId|Inno Setup 6}
-AppVersion=6.1.3
+AppVersion=6.2.0
AppPublisher=jrsoftware.org
AppPublisherURL=https://www.innosetup.com/
AppSupportURL=https://www.innosetup.com/