Martijn Laan před 13 roky
rodič
revize
ac0fde9588
3 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. 2 2
      Projects/Struct.pas
  2. 1 1
      setup.iss
  3. 2 2
      version.bat

+ 2 - 2
Projects/Struct.pas

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

+ 1 - 1
setup.iss

@@ -8,7 +8,7 @@
 [Setup]
 AppName=Inno Setup
 AppId=Inno Setup 5
-AppVersion=5.5.0
+AppVersion=5.5.1
 AppPublisher=jrsoftware.org
 AppPublisherURL=http://www.innosetup.com/
 AppSupportURL=http://www.innosetup.com/

+ 2 - 2
version.bat

@@ -26,8 +26,8 @@ rem  preparing an ISPack release
 
 setlocal
 
-set VER=5_5_0
-set VER2=5.5.0
+set VER=5_5_1
+set VER2=5.5.1
 
 echo %VER2%?
 pause