Переглянути джерело

Bump version. Updating isscint.dll is a pretty big step so setting it to 6.4.0, which also leaves room for in between versions if needed.

Martijn Laan 1 рік тому
батько
коміт
7dd7ebb3a2
5 змінених файлів з 6 додано та 6 видалено
  1. 1 1
      ISHelp/isetup.xml
  2. 2 2
      Projects/Src/Struct.pas
  3. 1 1
      build-ce.bat
  4. 1 1
      build.bat
  5. 1 1
      setup.iss

+ 1 - 1
ISHelp/isetup.xml

@@ -88,7 +88,7 @@
 <body>
 
 <p>
-<b>Inno Setup version 6.3.0</b><br/>
+<b>Inno Setup version 6.4.0-dev</b><br/>
 <b>Copyright &copy; 1997-2024 Jordan Russell. All rights reserved.</b><br/>
 <b>Portions Copyright &copy; 2000-2024 Martijn Laan. All rights reserved.</b><br/>
 <extlink href="https://jrsoftware.org/">Inno Setup home page</extlink>

+ 2 - 2
Projects/Src/Struct.pas

@@ -17,8 +17,8 @@ uses
 
 const
   SetupTitle = 'Inno Setup';
-  SetupVersion = '6.3.0';
-  SetupBinVersion = (6 shl 24) + (3 shl 16) + (0 shl 8) + 0;
+  SetupVersion = '6.4.0-dev';
+  SetupBinVersion = (6 shl 24) + (4 shl 16) + (0 shl 8) + 0;
 
 type
   TSetupID = array[0..63] of AnsiChar;

+ 1 - 1
build-ce.bat

@@ -19,7 +19,7 @@ rem  Once done the installer can be found in Output
 
 setlocal
 
-set VER=6.3.0
+set VER=6.4.0-dev
 
 echo Building Inno Setup %VER%...
 echo.

+ 1 - 1
build.bat

@@ -20,7 +20,7 @@ rem  Once done the installer can be found in Output
 
 setlocal
 
-set VER=6.3.0
+set VER=6.4.0-dev
 
 echo Building Inno Setup %VER%...
 echo.

+ 1 - 1
setup.iss

@@ -15,7 +15,7 @@
 [Setup]
 AppName=Inno Setup
 AppId={code:GetAppId|Inno Setup 6}
-AppVersion=6.3.0
+AppVersion=6.4.0-dev
 AppPublisher=jrsoftware.org
 AppPublisherURL=https://www.innosetup.com/
 AppSupportURL=https://www.innosetup.com/