Browse Source

Bump to 6.2.0 instead of 6.1.3.

Martijn Laan 4 years ago
parent
commit
16878cbaa2
4 changed files with 5 additions and 5 deletions
  1. 1 1
      ISHelp/isetup.xml
  2. 2 2
      Projects/Struct.pas
  3. 1 1
      build.bat
  4. 1 1
      setup.iss

+ 1 - 1
ISHelp/isetup.xml

@@ -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 &copy; 1997-2021 Jordan Russell. All rights reserved.</b><br/>
 <b>Portions Copyright &copy; 2000-2021 Martijn Laan. All rights reserved.</b><br/>
 <extlink href="https://jrsoftware.org/">Inno Setup home page</extlink>

+ 2 - 2
Projects/Struct.pas

@@ -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;

+ 1 - 1
build.bat

@@ -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.

+ 1 - 1
setup.iss

@@ -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/