Explorar o código

Bump version. Does not mean a release is imminent.

Martijn Laan hai 1 ano
pai
achega
5a0629d3de
Modificáronse 6 ficheiros con 7 adicións e 7 borrados
  1. 1 1
      ISHelp/isetup.xml
  2. 2 2
      Projects/Struct.pas
  3. 1 1
      build-ce.bat
  4. 1 1
      build.bat
  5. 1 1
      setup.iss
  6. 1 1
      whatsnew.htm

+ 1 - 1
ISHelp/isetup.xml

@@ -87,7 +87,7 @@
 <body>
 
 <p>
-<b>Inno Setup version 6.2.3</b><br/>
+<b>Inno Setup version 6.3.0</b><br/>
 <b>Copyright &copy; 1997-2024 Jordan Russell. All rights reserved.</b><br/>
 <b>Portions Copyright &copy; 2000-2024 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.2.3-dev';
-  SetupBinVersion = (6 shl 24) + (2 shl 16) + (3 shl 8) + 0;
+  SetupVersion = '6.3.0';
+  SetupBinVersion = (6 shl 24) + (3 shl 16) + (0 shl 8) + 0;
 
 type
   TSetupID = array[0..63] of AnsiChar;

+ 1 - 1
build-ce.bat

@@ -19,7 +19,7 @@ rem  Once done the installer can be found in Output
 
 setlocal
 
-set VER=6.2.3-dev
+set VER=6.3.0
 
 echo Building Inno Setup %VER%...
 echo.

+ 1 - 1
build.bat

@@ -20,7 +20,7 @@ rem  Once done the installer can be found in Output
 
 setlocal
 
-set VER=6.2.3-dev
+set VER=6.3.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.2.3-dev
+AppVersion=6.3.0
 AppPublisher=jrsoftware.org
 AppPublisherURL=https://www.innosetup.com/
 AppSupportURL=https://www.innosetup.com/

+ 1 - 1
whatsnew.htm

@@ -28,7 +28,7 @@ For conditions of distribution and use, see <a href="https://jrsoftware.org/file
 
 <p><b>Want to be notified by e-mail of new Inno Setup releases?</b> <a href="https://jrsoftware.org/ismail.php">Subscribe</a> to the Inno Setup Mailing List!</p>
 
-<p><a name="6.2.3"></a><span class="ver">6.2.3-dev </span><span class="date">(?)</span></p>
+<p><a name="6.3.0"></a><span class="ver">6.3.0-dev </span><span class="date">(?)</span></p>
 <ul>
   <li>Inno Setup now supports UTF-8 encoded .iss and .isl files without an UTF-8 preamble (also called BOM.)</li>
   <li>Compiler IDE changes: