Răsfoiți Sursa

Bump version to 6 \0/.

Martijn Laan 7 ani în urmă
părinte
comite
ca7a54b978
5 a modificat fișierele cu 13 adăugiri și 11 ștergeri
  1. 1 1
      ISHelp/isetup.xml
  2. 2 2
      Projects/Struct.pas
  3. 1 1
      build.bat
  4. 4 4
      setup.iss
  5. 5 3
      whatsnew.htm

+ 1 - 1
ISHelp/isetup.xml

@@ -86,7 +86,7 @@
 <body>
 
 <p>
-<b>Inno Setup version 5.7.0</b><br/>
+<b>Inno Setup version 6.0.0</b><br/>
 <b>Copyright &copy; 1997-2018 Jordan Russell. All rights reserved.</b><br/>
 <b>Portions Copyright &copy; 2000-2018 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 = '5.7.0 '{$IFDEF UNICODE}+'(u)'{$ELSE}+'(a)'{$ENDIF};
-  SetupBinVersion = (5 shl 24) + (7 shl 16) + (0 shl 8) + 0;
+  SetupVersion = '6.0.0-dev '{$IFDEF UNICODE}+'(u)'{$ELSE}+'(a)'{$ENDIF};
+  SetupBinVersion = (6 shl 24) + (0 shl 16) + (0 shl 8) + 0;
 
 type
   TSetupID = array[0..63] of AnsiChar;

+ 1 - 1
build.bat

@@ -21,7 +21,7 @@ rem  Once done the 2 installers can be found in Output
 
 setlocal
 
-set VER=5.7.0
+set VER=6.0.0
 
 echo Building Inno Setup %VER%...
 echo.

+ 4 - 4
setup.iss

@@ -7,8 +7,8 @@
 
 [Setup]
 AppName=Inno Setup
-AppId=Inno Setup 5
-AppVersion=5.7.0
+AppId=Inno Setup 6
+AppVersion=6.0.0
 AppPublisher=jrsoftware.org
 AppPublisherURL=http://www.innosetup.com/
 AppSupportURL=http://www.innosetup.com/
@@ -17,8 +17,8 @@ VersionInfoCopyright=Copyright (C) 1997-2018 Jordan Russell. Portions Copyright
 AppMutex=InnoSetupCompilerAppMutex,Global\InnoSetupCompilerAppMutex
 SetupMutex=InnoSetupCompilerSetupMutex,Global\InnoSetupCompilerSetupMutex
 MinVersion=0,5.0
-DefaultDirName={autopf}\Inno Setup 5
-DefaultGroupName=Inno Setup 5
+DefaultDirName={autopf}\Inno Setup 6
+DefaultGroupName=Inno Setup 6
 AllowNoIcons=yes
 Compression=lzma2/max
 SolidCompression=yes

+ 5 - 3
whatsnew.htm

@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-<title>Inno Setup 5 Revision History</title>
+<title>Inno Setup 6 Revision History</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 <style type="text/css">
     body         { font: small verdana, arial, sans-serif; color: black; background-color: white }
@@ -19,14 +19,14 @@
 </head>
 <body>
 
-<div class="bluehead"><span class="head1">Inno Setup 5</span><br /><span class="head2">Revision History</span></div>
+<div class="bluehead"><span class="head1">Inno Setup 6</span><br /><span class="head2">Revision History</span></div>
 
 <p>Copyright &copy; 1997-2018 <a href="http://www.jrsoftware.org/">Jordan Russell</a>. All rights reserved.<br />
 Portions Copyright &copy; 2000-2018 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="5.7.0"></a><span class="ver">5.7.0 </span><span class="date">(?)</span></p>
+<p><a name="6.0.0"></a><span class="ver">6.0.0-dev </span><span class="date">(?)</span></p>
 <p>A number of changes have been made to the administrative vs. non adminstrative install mode functionality:</p>
 <ul>
    <li>Added a separate <a href="http://www.jrsoftware.org/ishelp/index.php?topic=admininstallmode">Non Administrative Install Mode</a> topic to the help file.</li>
@@ -59,6 +59,8 @@ For conditions of distribution and use, see <a href="http://www.jrsoftware.org/f
 
 <p>Contributions via <a href="https://github.com/jrsoftware/issrc" target="_blank">GitHub</a>: Thanks to jogo-, Martin Prikryl, dscharrer and Kleuter for their contributions.<p>
 
+<hr />
+
 <p><a name="5.6.1"></a><span class="ver">5.6.1 </span><span class="date">(2018-06-14)</span></p>
 <ul>
 <li>/LOG: Now logs some additional information about uninstall info saving.</li>