Преглед изворни кода

Bump version. Doesn't mean there will be a release soon.

Martijn Laan пре 1 недеља
родитељ
комит
2f3b233d95
6 измењених фајлова са 13 додато и 11 уклоњено
  1. 1 1
      ISHelp/isetup.xml
  2. 3 3
      Projects/Src/Shared.Struct.pas
  3. 1 1
      build-ce.bat
  4. 1 1
      build.bat
  5. 1 1
      setup.iss
  6. 6 4
      whatsnew.htm

+ 1 - 1
ISHelp/isetup.xml

@@ -105,7 +105,7 @@
 <body>
 
 <p>
-<b>Inno Setup version 6.6.1</b><br/>
+<b>Inno Setup version 6.7.0-dev</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>

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

@@ -17,8 +17,8 @@ uses
 
 const
   SetupTitle = 'Inno Setup';
-  SetupVersion = '6.6.1';
-  SetupBinVersion = (6 shl 24) + (6 shl 16) + (1 shl 8) + 0;
+  SetupVersion = '6.7.0-dev';
+  SetupBinVersion = (6 shl 24) + (7 shl 16) + (0 shl 8) + 0;
 
 type
   TSetupID = array[0..63] of AnsiChar;
@@ -33,7 +33,7 @@ const
     this file it's recommended you change SetupID. Any change will do (like
     changing the letters or numbers), as long as your format is
     unrecognizable by the standard Inno Setup. }
-  SetupID: TSetupID = 'Inno Setup Setup Data (6.6.2)';
+  SetupID: TSetupID = 'Inno Setup Setup Data (6.7.0)';
   UninstallLogID: array[Boolean] of TUninstallLogID =
     ('Inno Setup Uninstall Log (b)', 'Inno Setup Uninstall Log (b) 64-bit');
   MessagesHdrID: TMessagesHdrID = 'Inno Setup Messages (6.5.0) (u)';

+ 1 - 1
build-ce.bat

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

+ 6 - 4
whatsnew.htm

@@ -42,6 +42,12 @@ 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.7.0"></a><span class="ver">6.7.0-dev </span><span class="date">(?)</span></p>
+
+<p><b>Using Inno Setup commercially?</b> Please <a href="https://jrsoftware.org/isorder.php">purchase a license</a>.</p>
+
+<!-- <p>Thank you to everyone who has already <a href="https://jrsoftware.org/isorder.php">purchased a commercial license</a>. Your support is very important to our ongoing development.</p> -->
+
 <ul>
   <li>Security improvements:
   <ul>
@@ -67,8 +73,6 @@ For conditions of distribution and use, see <a href="files/is/license.txt">LICEN
 
 <p><a name="6.6.1"></a><span class="ver">6.6.1 </span><span class="date">(2025-11-20)</span></p>
 
-<p>Thank you to everyone who has already <a href="https://jrsoftware.org/isorder.php">purchased a commercial license</a>. Your support is very important to our ongoing development.</p>
-
 <ul>
   <li>Changes related to custom styles:
   <ul>
@@ -86,8 +90,6 @@ For conditions of distribution and use, see <a href="files/is/license.txt">LICEN
   <li>Other minor improvements.</li>
 </ul>
 
-<p>Using Inno Setup commercially? Please <a href="https://jrsoftware.org/isorder.php">purchase a license</a>.</p>
-
 <p><a name="6.6.0"></a><span class="ver">6.6.0 </span><span class="date">(2025-11-11)</span></p>
 
 <span class="head2">Dark mode and custom styles in Setup and Uninstall</span>