@@ -102,7 +102,7 @@
<body>
<p>
-<b>Inno Setup version 6.4.2</b><br/>
+<b>Inno Setup version 6.4.3-dev</b><br/>
<b>Copyright © 1997-2025 Jordan Russell. All rights reserved.</b><br/>
<b>Portions Copyright © 2000-2025 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.4.2';
- SetupBinVersion = (6 shl 24) + (4 shl 16) + (2 shl 8) + 0;
+ SetupVersion = '6.4.3-dev';
+ SetupBinVersion = (6 shl 24) + (4 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.4.2
+set VER=6.4.3-dev
echo Building Inno Setup %VER%...
echo.
@@ -20,7 +20,7 @@ rem Once done the installer can be found in Output
@@ -13,7 +13,7 @@
[Setup]
AppName=Inno Setup
AppId={code:GetAppId|Inno Setup 6}
-AppVersion=6.4.2
+AppVersion=6.4.3-dev
AppPublisher=jrsoftware.org
AppPublisherURL=https://www.innosetup.com/
AppSupportURL=https://www.innosetup.com/