Martijn Laan 11 gadi atpakaļ
vecāks
revīzija
3ed50464a9
5 mainītis faili ar 6 papildinājumiem un 6 dzēšanām
  1. 2 2
      Projects/Struct.pas
  2. 1 1
      build.bat
  3. 1 1
      ishelp/isetup.xml
  4. 1 1
      setup.iss
  5. 1 1
      whatsnew.htm

+ 2 - 2
Projects/Struct.pas

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

+ 1 - 1
build.bat

@@ -22,7 +22,7 @@ rem  files are stored there for later use while preparing an ISPack release
 
 setlocal
 
-set VER=5.5.4
+set VER=5.5.5
 
 echo Building Inno Setup %VER%...
 echo.

+ 1 - 1
ishelp/isetup.xml

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

+ 1 - 1
setup.iss

@@ -8,7 +8,7 @@
 [Setup]
 AppName=Inno Setup
 AppId=Inno Setup 5
-AppVersion=5.5.4
+AppVersion=5.5.5
 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-2014 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.5.5"></a><span class="ver">5.5.5-dev </span><span class="date">(?)</span></p>
+<p><a name="5.5.5"></a><span class="ver">5.5.5 </span><span class="date">(2014-07-09)</span></p>
 <ul>
 <li>/LOG: Now logs INI entries. Also improved logging of icon entries.</li>
 <li>Added new [Setup] section directive: <tt>Output</tt>, which defaults to <tt>yes</tt>. If set to <tt>no</tt> the Setup Compiler will only check the script for errors and skip creating setup files.</li>