浏览代码

Bump version.

Martijn Laan 13 年之前
父节点
当前提交
ecfc09ffb6
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      Projects/Struct.pas
  2. 1 1
      setup.iss

+ 2 - 2
Projects/Struct.pas

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

+ 1 - 1
setup.iss

@@ -10,7 +10,7 @@
 [Setup]
 AppName=Inno Setup
 AppId=Inno Setup 5
-AppVersion=5.4.3
+AppVersion=5.5.0
 AppPublisher=Jordan Russell
 AppPublisherURL=http://www.innosetup.com/
 AppSupportURL=http://www.innosetup.com/