Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Oct 13, 2013
1 parent 174ba0f commit 725bb53
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Projects/Struct.pas
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ interface

const
SetupTitle = 'Inno Setup';
SetupVersion = '5.5.3 '{$IFDEF UNICODE}+'(u)'{$ELSE}+'(a)'{$ENDIF};
SetupBinVersion = (5 shl 24) + (5 shl 16) + (3 shl 8) + 0;
SetupVersion = '5.5.4 '{$IFDEF UNICODE}+'(u)'{$ELSE}+'(a)'{$ENDIF};
SetupBinVersion = (5 shl 24) + (5 shl 16) + (4 shl 8) + 0;

type
TSetupID = array[0..63] of AnsiChar;
Expand Down
2 changes: 1 addition & 1 deletion ishelp/isetup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<body>

<p>
<b>Inno Setup version 5.5.3</b><br/>
<b>Inno Setup version 5.5.4</b><br/>
<b>Copyright &copy; 1997-2013 Jordan Russell. All rights reserved.</b><br/>
<b>Portions Copyright &copy; 2000-2013 Martijn Laan. All rights reserved.</b><br/>
<extlink href="http://www.jrsoftware.org/">Inno Setup home page</extlink>
Expand Down
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[Setup]
AppName=Inno Setup
AppId=Inno Setup 5
AppVersion=5.5.3
AppVersion=5.5.4
AppPublisher=jrsoftware.org
AppPublisherURL=http://www.innosetup.com/
AppSupportURL=http://www.innosetup.com/
Expand Down
2 changes: 1 addition & 1 deletion whatsnew.htm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
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.5.4"></a><span class="ver">5.5.4-dev </span><span class="date">(?)</span></p>
<p><a name="5.5.4"></a><span class="ver">5.5.4 </span><span class="date">(2013-10-13)</span></p>
<ul>
<li>Added the Windows 8.1 "compatibility" section to the various manifest resources used by Inno Setup. This enables any check for the operating system version to get the real version number (6.3) instead of getting the same version number as it did in Windows 8 (6.2).</li>
<li>Compiler IDE: Added new option: <i>Show line numbers in gutter</i> (default: off).</li>
Expand Down

0 comments on commit 725bb53

Please sign in to comment.