Browse Source

Prepare for release.

Martijn Laan 6 tháng trước cách đây
mục cha
commit
05cffee88d
6 tập tin đã thay đổi với 8 bổ sung8 xóa
  1. 1 1
      ISHelp/isetup.xml
  2. 1 1
      Projects/Src/Shared.Struct.pas
  3. 2 2
      build-ce.bat
  4. 2 2
      build.bat
  5. 1 1
      setup.iss
  6. 1 1
      whatsnew.htm

+ 1 - 1
ISHelp/isetup.xml

@@ -102,7 +102,7 @@
 <body>
 <body>
 
 
 <p>
 <p>
-<b>Inno Setup version 6.4.2-dev</b><br/>
+<b>Inno Setup version 6.4.2</b><br/>
 <b>Copyright &copy; 1997-2025 Jordan Russell. All rights reserved.</b><br/>
 <b>Copyright &copy; 1997-2025 Jordan Russell. All rights reserved.</b><br/>
 <b>Portions Copyright &copy; 2000-2025 Martijn Laan. All rights reserved.</b><br/>
 <b>Portions Copyright &copy; 2000-2025 Martijn Laan. All rights reserved.</b><br/>
 <extlink href="https://jrsoftware.org/">Inno Setup home page</extlink>
 <extlink href="https://jrsoftware.org/">Inno Setup home page</extlink>

+ 1 - 1
Projects/Src/Shared.Struct.pas

@@ -17,7 +17,7 @@ uses
 
 
 const
 const
   SetupTitle = 'Inno Setup';
   SetupTitle = 'Inno Setup';
-  SetupVersion = '6.4.2-dev';
+  SetupVersion = '6.4.2';
   SetupBinVersion = (6 shl 24) + (4 shl 16) + (2 shl 8) + 0;
   SetupBinVersion = (6 shl 24) + (4 shl 16) + (2 shl 8) + 0;
 
 
 type
 type

+ 2 - 2
build-ce.bat

@@ -1,7 +1,7 @@
 @echo off
 @echo off
 
 
 rem  Inno Setup
 rem  Inno Setup
-rem  Copyright (C) 1997-2024 Jordan Russell
+rem  Copyright (C) 1997-2025 Jordan Russell
 rem  Portions by Martijn Laan
 rem  Portions by Martijn Laan
 rem  For conditions of distribution and use, see LICENSE.TXT.
 rem  For conditions of distribution and use, see LICENSE.TXT.
 rem
 rem
@@ -18,7 +18,7 @@ rem  Once done the installer can be found in Output
 
 
 setlocal
 setlocal
 
 
-set VER=6.4.2-dev
+set VER=6.4.2
 
 
 echo Building Inno Setup %VER%...
 echo Building Inno Setup %VER%...
 echo.
 echo.

+ 2 - 2
build.bat

@@ -1,7 +1,7 @@
 @echo off
 @echo off
 
 
 rem  Inno Setup
 rem  Inno Setup
-rem  Copyright (C) 1997-2024 Jordan Russell
+rem  Copyright (C) 1997-2025 Jordan Russell
 rem  Portions by Martijn Laan
 rem  Portions by Martijn Laan
 rem  For conditions of distribution and use, see LICENSE.TXT.
 rem  For conditions of distribution and use, see LICENSE.TXT.
 rem
 rem
@@ -19,7 +19,7 @@ rem  Once done the installer can be found in Output
 
 
 setlocal
 setlocal
 
 
-set VER=6.4.2-dev
+set VER=6.4.2
 
 
 echo Building Inno Setup %VER%...
 echo Building Inno Setup %VER%...
 echo.
 echo.

+ 1 - 1
setup.iss

@@ -13,7 +13,7 @@
 [Setup]
 [Setup]
 AppName=Inno Setup
 AppName=Inno Setup
 AppId={code:GetAppId|Inno Setup 6}
 AppId={code:GetAppId|Inno Setup 6}
-AppVersion=6.4.2-dev
+AppVersion=6.4.2
 AppPublisher=jrsoftware.org
 AppPublisher=jrsoftware.org
 AppPublisherURL=https://www.innosetup.com/
 AppPublisherURL=https://www.innosetup.com/
 AppSupportURL=https://www.innosetup.com/
 AppSupportURL=https://www.innosetup.com/

+ 1 - 1
whatsnew.htm

@@ -29,7 +29,7 @@ For conditions of distribution and use, see <a href="files/is/license.txt">LICEN
 
 
 <p><b>Want to be notified by e-mail of new Inno Setup releases?</b> <a href="ismail.php">Subscribe</a> to the Inno Setup Mailing List!</p>
 <p><b>Want to be notified by e-mail of new Inno Setup releases?</b> <a href="ismail.php">Subscribe</a> to the Inno Setup Mailing List!</p>
 
 
-<p><a name="6.4.2"></a><span class="ver">6.4.2-dev </span><span class="date">(?)</span></p>
+<p><a name="6.4.2"></a><span class="ver">6.4.2 </span><span class="date">(2025-03-12)</span></p>
 <ul>
 <ul>
   <li>Added <tt>[Setup]</tt> section directive <tt>CloseApplicationsFilterExcludes</tt>.</li>
   <li>Added <tt>[Setup]</tt> section directive <tt>CloseApplicationsFilterExcludes</tt>.</li>
   <li>Inno Setup is now built using Delphi 12.1 Athens instead of Delphi 11.3 Alexandria.</li>
   <li>Inno Setup is now built using Delphi 12.1 Athens instead of Delphi 11.3 Alexandria.</li>