@@ -86,7 +86,7 @@
<body>
<p>
-<b>Inno Setup version 6.0.2</b><br/>
+<b>Inno Setup version 6.0.3</b><br/>
<b>Copyright © 1997-2019 Jordan Russell. All rights reserved.</b><br/>
<b>Portions Copyright © 2000-2019 Martijn Laan. All rights reserved.</b><br/>
<extlink href="http://www.jrsoftware.org/">Inno Setup home page</extlink>
@@ -17,8 +17,8 @@ uses
const
SetupTitle = 'Inno Setup';
- SetupVersion = '6.0.2 '{$IFDEF UNICODE}+'(u)'{$ELSE}+'(a)'{$ENDIF};
- SetupBinVersion = (6 shl 24) + (0 shl 16) + (2 shl 8) + 0;
+ SetupVersion = '6.0.3 '{$IFDEF UNICODE}+'(u)'{$ELSE}+'(a)'{$ENDIF};
+ SetupBinVersion = (6 shl 24) + (0 shl 16) + (3 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.2
+set VER=6.0.3
echo Building Inno Setup %VER%...
echo.
@@ -10,7 +10,7 @@
[Setup]
AppName=Inno Setup
AppId=Inno Setup 6
-AppVersion=6.0.2
+AppVersion=6.0.3
AppPublisher=jrsoftware.org
AppPublisherURL=http://www.innosetup.com/
AppSupportURL=http://www.innosetup.com/