瀏覽代碼

Bump version.

Martijn Laan 6 年之前
父節點
當前提交
6896b12e75
共有 5 個文件被更改,包括 6 次插入6 次删除
  1. 1 1
      ISHelp/isetup.xml
  2. 2 2
      Projects/Struct.pas
  3. 1 1
      build.bat
  4. 1 1
      setup.iss
  5. 1 1
      whatsnew.htm

+ 1 - 1
ISHelp/isetup.xml

@@ -86,7 +86,7 @@
 <body>
 
 <p>
-<b>Inno Setup version 6.0.0-beta</b><br/>
+<b>Inno Setup version 6.0.1-beta</b><br/>
 <b>Copyright &copy; 1997-2019 Jordan Russell. All rights reserved.</b><br/>
 <b>Portions Copyright &copy; 2000-2019 Martijn Laan. All rights reserved.</b><br/>
 <extlink href="http://www.jrsoftware.org/">Inno Setup home page</extlink>

+ 2 - 2
Projects/Struct.pas

@@ -17,8 +17,8 @@ uses
 
 const
   SetupTitle = 'Inno Setup';
-  SetupVersion = '6.0.0-beta '{$IFDEF UNICODE}+'(u)'{$ELSE}+'(a)'{$ENDIF};
-  SetupBinVersion = (6 shl 24) + (0 shl 16) + (0 shl 8) + 0;
+  SetupVersion = '6.0.1-beta '{$IFDEF UNICODE}+'(u)'{$ELSE}+'(a)'{$ENDIF};
+  SetupBinVersion = (6 shl 24) + (0 shl 16) + (1 shl 8) + 0;
 
 type
   TSetupID = array[0..63] of AnsiChar;

+ 1 - 1
build.bat

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

+ 1 - 1
setup.iss

@@ -10,7 +10,7 @@
 [Setup]
 AppName=Inno Setup
 AppId=Inno Setup 6
-AppVersion=6.0.0-beta
+AppVersion=6.0.1-beta
 AppPublisher=jrsoftware.org
 AppPublisherURL=http://www.innosetup.com/
 AppSupportURL=http://www.innosetup.com/

+ 1 - 1
whatsnew.htm

@@ -26,7 +26,7 @@ Portions Copyright &copy; 2000-2019 Martijn Laan. All rights reserved.<br />
 For conditions of distribution and use, see <a href="http://www.jrsoftware.org/files/is/license.txt">LICENSE.TXT</a>.
 </p>
 
-<p><a name="6.0.1"></a><span class="ver">6.0.1-beta </span><span class="date">(?)</span></p>
+<p><a name="6.0.1"></a><span class="ver">6.0.1-beta </span><span class="date">(2019-03-07)</span></p>
 <ul>
   <li><i>Fix:</i> In 6.0.0 it was no longer possible to use [Setup] section directive <tt>InfoAfterFile</tt>.</li>
   <li>Pascal Scripting changes: