ソースを参照

Bump version.

Martijn Laan 8 ヶ月 前
コミット
4316b021ba
6 ファイル変更12 行追加6 行削除
  1. 1 1
      ISHelp/isetup.xml
  2. 2 2
      Projects/Src/Shared.Struct.pas
  3. 1 1
      build-ce.bat
  4. 1 1
      build.bat
  5. 1 1
      setup.iss
  6. 6 0
      whatsnew.htm

+ 1 - 1
ISHelp/isetup.xml

@@ -102,7 +102,7 @@
 <body>
 
 <p>
-<b>Inno Setup version 6.4.0</b><br/>
+<b>Inno Setup version 6.4.1-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>

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

@@ -17,8 +17,8 @@ uses
 
 const
   SetupTitle = 'Inno Setup';
-  SetupVersion = '6.4.0';
-  SetupBinVersion = (6 shl 24) + (4 shl 16) + (0 shl 8) + 0;
+  SetupVersion = '6.4.1-dev';
+  SetupBinVersion = (6 shl 24) + (4 shl 16) + (1 shl 8) + 0;
 
 type
   TSetupID = array[0..63] of AnsiChar;

+ 1 - 1
build-ce.bat

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

+ 1 - 1
build.bat

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

+ 6 - 0
whatsnew.htm

@@ -29,6 +29,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.4.1"></a><span class="ver">6.4.1-dev </span><span class="date">(?)</span></p>
+
+<ul>
+  <li>.</li>
+</ul>
+
 <p><a name="6.4.0"></a><span class="ver">6.4.0 </span><span class="date">(2025-01-09)</span></p>
 <p><span class="head2">Compiler IDE changes</span></p>
 <p>Updated the Scintilla editor component used by the Compiler IDE to the latest version.</p>