2
0
Martijn Laan 7 жил өмнө
parent
commit
2466910d76
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

@@ -85,7 +85,7 @@
 <body>
 
 <p>
-<b>Inno Setup version 5.6.0</b><br/>
+<b>Inno Setup version 5.6.1</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.6.0 '{$IFDEF UNICODE}+'(u)'{$ELSE}+'(a)'{$ENDIF};
-  SetupBinVersion = (5 shl 24) + (6 shl 16) + (0 shl 8) + 0;
+  SetupVersion = '5.6.1 '{$IFDEF UNICODE}+'(u)'{$ELSE}+'(a)'{$ENDIF};
+  SetupBinVersion = (5 shl 24) + (6 shl 16) + (1 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.6.0
+set VER=5.6.1
 
 echo Building Inno Setup %VER%...
 echo.

+ 1 - 1
setup.iss

@@ -8,7 +8,7 @@
 [Setup]
 AppName=Inno Setup
 AppId=Inno Setup 5
-AppVersion=5.6.0
+AppVersion=5.6.1
 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-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.6.1"></a><span class="ver">5.6.1 </span><span class="date">(?)</span></p>
+<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>
 <li>The <tt>{sendto}</tt> constant has been renamed to <tt>{usersendto}</tt> and now can correctly trigger a <a href="#useduserareaswarnings">used user areas warning</a>. It still returns the same directory: the path to the current user's Send To folder. (There is no common Send To folder.)</li>