Martijn Laan vor 6 Jahren
Ursprung
Commit
9a9328b959
5 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen
  1. 1 1
      ISHelp/isetup.xml
  2. 2 2
      Projects/Struct.pas
  3. 2 2
      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</b><br/>
+<b>Inno Setup version 6.0.0-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

@@ -2,7 +2,7 @@ unit Struct;
 
 {
   Inno Setup
-  Copyright (C) 1997-2018 Jordan Russell
+  Copyright (C) 1997-2019 Jordan Russell
   Portions by Martijn Laan
   For conditions of distribution and use, see LICENSE.TXT.
 
@@ -17,7 +17,7 @@ uses
 
 const
   SetupTitle = 'Inno Setup';
-  SetupVersion = '6.0.0-dev '{$IFDEF UNICODE}+'(u)'{$ELSE}+'(a)'{$ENDIF};
+  SetupVersion = '6.0.0-beta '{$IFDEF UNICODE}+'(u)'{$ELSE}+'(a)'{$ENDIF};
   SetupBinVersion = (6 shl 24) + (0 shl 16) + (0 shl 8) + 0;
 
 type

+ 2 - 2
build.bat

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

+ 1 - 1
setup.iss

@@ -8,7 +8,7 @@
 [Setup]
 AppName=Inno Setup
 AppId=Inno Setup 6
-AppVersion=6.0.0
+AppVersion=6.0.0-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.0"></a><span class="ver">6.0.0-dev </span><span class="date">(?)</span></p>
+<p><a name="6.0.0"></a><span class="ver">6.0.0-beta </span><span class="date">(?)</span></p>
 <p>Inno Setup 6 introduces a large number of changes:</p>
 <p><span class="head2">Administrative vs. non administrative install mode</span></p>
 <p>A number of changes have been made to the administrative vs. non administrative install mode functionality:</p>