Quellcode durchsuchen

Going to do a minor release on monday.

Martijn Laan vor 4 Monaten
Ursprung
Commit
99c1859929
6 geänderte Dateien mit 10 neuen und 6 gelöschten Zeilen
  1. 1 1
      ISHelp/isetup.xml
  2. 1 1
      Projects/Src/Shared.Struct.pas
  3. 1 1
      build-ce.bat
  4. 1 1
      build.bat
  5. 1 1
      setup.iss
  6. 5 1
      whatsnew.htm

+ 1 - 1
ISHelp/isetup.xml

@@ -104,7 +104,7 @@
 <body>
 
 <p>
-<b>Inno Setup version 6.5.1-dev</b><br/>
+<b>Inno Setup version 6.5.1</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/>
 <extlink href="https://jrsoftware.org/">Inno Setup home page</extlink>

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

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

+ 1 - 1
build-ce.bat

@@ -19,7 +19,7 @@ rem  Once done the installer can be found in Output
 
 setlocal
 
-set VER=6.5.1-dev
+set VER=6.5.1
 
 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.5.1-dev
+set VER=6.5.1
 
 echo Building Inno Setup %VER%...
 echo.

+ 1 - 1
setup.iss

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

+ 5 - 1
whatsnew.htm

@@ -42,13 +42,17 @@ 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><a name="6.5.1"></a><span class="ver">6.5.1-dev </span><span class="date">(?)</span></p>
+<p><a name="6.5.1"></a><span class="ver">6.5.1 </span><span class="date">(2025-08-18)</span></p>
 <ul>
 <li>Downloads are now performed from a secondary thread, just as was first introduced for archive extraction in the previous version. This ensures Setup stays responsive, even if the system fails to report progress.</li>
 <li><i>Fix:</i> Using the /CC command line option of the Compiler IDE to compile a script no longer causes an error.</li>
 <li>Minor tweaks.</li>
 </ul>
 
+<p>Using Inno Setup commercially? Please <a href="https://jrsoftware.org/isorder.php">purchase a license</a>.</p>
+
+<p>Thank you to everyone who has already purchased a license! Your support is very important to our ongoing development.</p>
+
 <p><a name="6.5.0"></a><span class="ver">6.5.0 </span><span class="date">(2025-08-12)</span></p>
 <span class="head2">Introducing commercial licenses</span>
 <p>Over the years, a number of users have expressed to us a desire to see their organizations support the ongoing development of Inno Setup, but have found that organization policies often make it difficult or impossible to approve a donation. By introducing a commercial license option, we aim to provide a straightforward and familiar way for organizations to contribute to the project's sustainability.</p>