Browse Source

Bump version and update visible copyright dates.

Martijn Laan 1 year ago
parent
commit
d114475018

+ 2 - 2
CONTRIBUTING.md

@@ -1,8 +1,8 @@
 Inno Setup
 Inno Setup
 ==========
 ==========
 
 
-Copyright (C) 1997-2023 Jordan Russell. All rights reserved.  
-Portions Copyright (C) 2000-2023 Martijn Laan. All rights reserved.  
+Copyright (C) 1997-2024 Jordan Russell. All rights reserved.  
+Portions Copyright (C) 2000-2024 Martijn Laan. All rights reserved.  
 For conditions of distribution and use, see LICENSE.TXT.
 For conditions of distribution and use, see LICENSE.TXT.
 
 
 Contributing issues
 Contributing issues

+ 2 - 2
Files/ISPPBuiltins.iss

@@ -1,7 +1,7 @@
 // Inno Setup Preprocessor
 // Inno Setup Preprocessor
 //
 //
-// Inno Setup (C) 1997-2023 Jordan Russell. All Rights Reserved.
-// Portions Copyright (C) 2000-2023 Martijn Laan. All Rights Reserved.
+// Inno Setup (C) 1997-2024 Jordan Russell. All Rights Reserved.
+// Portions Copyright (C) 2000-2024 Martijn Laan. All Rights Reserved.
 // Portions Copyright (C) 2001-2004 Alex Yackimoff. All Rights Reserved.
 // Portions Copyright (C) 2001-2004 Alex Yackimoff. All Rights Reserved.
 //
 //
 // See the ISPP help file for more documentation of the functions defined by this file
 // See the ISPP help file for more documentation of the functions defined by this file

+ 4 - 4
ISHelp/isetup.xml

@@ -3,7 +3,7 @@
 
 
 <!--
 <!--
   Inno Setup
   Inno Setup
-  Copyright (C) 1997-2023 Jordan Russell
+  Copyright (C) 1997-2024 Jordan Russell
   Portions by Martijn Laan
   Portions by Martijn Laan
   For conditions of distribution and use, see LICENSE.TXT.
   For conditions of distribution and use, see LICENSE.TXT.
 -->
 -->
@@ -87,9 +87,9 @@
 <body>
 <body>
 
 
 <p>
 <p>
-<b>Inno Setup version 6.2.2</b><br/>
-<b>Copyright &copy; 1997-2023 Jordan Russell. All rights reserved.</b><br/>
-<b>Portions Copyright &copy; 2000-2023 Martijn Laan. All rights reserved.</b><br/>
+<b>Inno Setup version 6.2.3</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>
 <extlink href="https://jrsoftware.org/">Inno Setup home page</extlink>
 </p>
 </p>
 
 

+ 3 - 3
Projects/CompForm.pas

@@ -2,7 +2,7 @@ unit CompForm;
 
 
 {
 {
   Inno Setup
   Inno Setup
-  Copyright (C) 1997-2023 Jordan Russell
+  Copyright (C) 1997-2024 Jordan Russell
   Portions by Martijn Laan
   Portions by Martijn Laan
   For conditions of distribution and use, see LICENSE.TXT.
   For conditions of distribution and use, see LICENSE.TXT.
 
 
@@ -2497,8 +2497,8 @@ begin
     String(FCompilerVersion.Version) + SNewLine;
     String(FCompilerVersion.Version) + SNewLine;
   if FCompilerVersion.Title <> 'Inno Setup' then
   if FCompilerVersion.Title <> 'Inno Setup' then
     S := S + (SNewLine + 'Based on Inno Setup' + SNewLine);
     S := S + (SNewLine + 'Based on Inno Setup' + SNewLine);
-  S := S + ('Copyright (C) 1997-2023 Jordan Russell' + SNewLine +
-    'Portions Copyright (C) 2000-2023 Martijn Laan' + SNewLine +
+  S := S + ('Copyright (C) 1997-2024 Jordan Russell' + SNewLine +
+    'Portions Copyright (C) 2000-2024 Martijn Laan' + SNewLine +
     'All rights reserved.' + SNewLine2 +
     'All rights reserved.' + SNewLine2 +
     'Inno Setup home page:' + SNewLine +
     'Inno Setup home page:' + SNewLine +
     'https://www.innosetup.com/' + SNewLine2 +
     'https://www.innosetup.com/' + SNewLine2 +

BIN
Projects/Compil32.res


+ 3 - 3
Projects/Compile.pas

@@ -2,7 +2,7 @@ unit Compile;
 
 
 {
 {
   Inno Setup
   Inno Setup
-  Copyright (C) 1997-2023 Jordan Russell
+  Copyright (C) 1997-2024 Jordan Russell
   Portions by Martijn Laan
   Portions by Martijn Laan
   For conditions of distribution and use, see LICENSE.TXT.
   For conditions of distribution and use, see LICENSE.TXT.
 
 
@@ -9144,8 +9144,8 @@ begin
     AddStatus('');
     AddStatus('');
     for I := 0 to WarningsList.Count-1 do
     for I := 0 to WarningsList.Count-1 do
       AddStatus(SCompilerStatusWarning + WarningsList[I], True);
       AddStatus(SCompilerStatusWarning + WarningsList[I], True);
-    asm jmp @1; db 0,'Inno Setup Compiler, Copyright (C) 1997-2023 Jordan Russell, '
-                  db 'Portions Copyright (C) 2000-2023 Martijn Laan',0; @1: end;
+    asm jmp @1; db 0,'Inno Setup Compiler, Copyright (C) 1997-2024 Jordan Russell, '
+                  db 'Portions Copyright (C) 2000-2024 Martijn Laan',0; @1: end;
     { Note: Removing or modifying the copyright text is a violation of the
     { Note: Removing or modifying the copyright text is a violation of the
       Inno Setup license agreement; see LICENSE.TXT. }
       Inno Setup license agreement; see LICENSE.TXT. }
   finally
   finally

+ 3 - 3
Projects/ISCC.dpr

@@ -3,7 +3,7 @@ program ISCC;
 
 
 {
 {
   Inno Setup
   Inno Setup
-  Copyright (C) 1997-2023 Jordan Russell
+  Copyright (C) 1997-2024 Jordan Russell
   Portions by Martijn Laan
   Portions by Martijn Laan
   For conditions of distribution and use, see LICENSE.TXT.
   For conditions of distribution and use, see LICENSE.TXT.
 
 
@@ -367,8 +367,8 @@ procedure ProcessCommandLine;
   procedure ShowBanner;
   procedure ShowBanner;
   begin
   begin
     WriteStdOut('Inno Setup 6 Command-Line Compiler');
     WriteStdOut('Inno Setup 6 Command-Line Compiler');
-    WriteStdOut('Copyright (C) 1997-2023 Jordan Russell. All rights reserved.');
-    WriteStdOut('Portions Copyright (C) 2000-2023 Martijn Laan. All rights reserved.');
+    WriteStdOut('Copyright (C) 1997-2024 Jordan Russell. All rights reserved.');
+    WriteStdOut('Portions Copyright (C) 2000-2024 Martijn Laan. All rights reserved.');
     if IsppMode then
     if IsppMode then
       WriteStdOut('Portions Copyright (C) 2001-2004 Alex Yackimoff. All rights reserved.');
       WriteStdOut('Portions Copyright (C) 2001-2004 Alex Yackimoff. All rights reserved.');
     WriteStdOut('https://www.innosetup.com');
     WriteStdOut('https://www.innosetup.com');

BIN
Projects/ISCC.res


BIN
Projects/ISCmplr.res


BIN
Projects/ISPP/ISPP.res


+ 3 - 3
Projects/Main.pas

@@ -2,7 +2,7 @@ unit Main;
 
 
 {
 {
   Inno Setup
   Inno Setup
-  Copyright (C) 1997-2023 Jordan Russell
+  Copyright (C) 1997-2024 Jordan Russell
   Portions by Martijn Laan
   Portions by Martijn Laan
   For conditions of distribution and use, see LICENSE.TXT.
   For conditions of distribution and use, see LICENSE.TXT.
 
 
@@ -3805,8 +3805,8 @@ begin
   S := SetupTitle + ' version ' + SetupVersion + SNewLine;
   S := SetupTitle + ' version ' + SetupVersion + SNewLine;
   if SetupTitle <> 'Inno Setup' then
   if SetupTitle <> 'Inno Setup' then
     S := S + (SNewLine + 'Based on Inno Setup' + SNewLine);
     S := S + (SNewLine + 'Based on Inno Setup' + SNewLine);
-  S := S + ('Copyright (C) 1997-2023 Jordan Russell' + SNewLine +
-    'Portions Copyright (C) 2000-2023 Martijn Laan' + SNewLine +
+  S := S + ('Copyright (C) 1997-2024 Jordan Russell' + SNewLine +
+    'Portions Copyright (C) 2000-2024 Martijn Laan' + SNewLine +
     'All rights reserved.' + SNewLine2 +
     'All rights reserved.' + SNewLine2 +
     'Inno Setup home page:' + SNewLine +
     'Inno Setup home page:' + SNewLine +
     'https://www.innosetup.com/');
     'https://www.innosetup.com/');

+ 2 - 2
Projects/Struct.pas

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

+ 2 - 2
README.md

@@ -1,8 +1,8 @@
 Inno Setup
 Inno Setup
 ==========
 ==========
 
 
-Copyright (C) 1997-2023 Jordan Russell. All rights reserved.  
-Portions Copyright (C) 2000-2023 Martijn Laan. All rights reserved.  
+Copyright (C) 1997-2024 Jordan Russell. All rights reserved.  
+Portions Copyright (C) 2000-2024 Martijn Laan. All rights reserved.  
 For conditions of distribution and use, see LICENSE.TXT.
 For conditions of distribution and use, see LICENSE.TXT.
 
 
 Source code README
 Source code README

+ 1 - 1
build.bat

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

+ 2 - 2
license.txt

@@ -4,8 +4,8 @@ Inno Setup License
 Except where otherwise noted, all of the documentation and software included in the Inno Setup
 Except where otherwise noted, all of the documentation and software included in the Inno Setup
 package is copyrighted by Jordan Russell.
 package is copyrighted by Jordan Russell.
 
 
-Copyright (C) 1997-2023 Jordan Russell. All rights reserved.
-Portions Copyright (C) 2000-2023 Martijn Laan. All rights reserved.
+Copyright (C) 1997-2024 Jordan Russell. All rights reserved.
+Portions Copyright (C) 2000-2024 Martijn Laan. All rights reserved.
 
 
 This software is provided "as-is," without any express or implied warranty. In no event shall the
 This software is provided "as-is," without any express or implied warranty. In no event shall the
 author be held liable for any damages arising from the use of this software.
 author be held liable for any damages arising from the use of this software.

+ 4 - 4
setup.iss

@@ -2,8 +2,8 @@
 ; Inno Setup's own Setup script
 ; Inno Setup's own Setup script
 
 
 ; Inno Setup
 ; Inno Setup
-; Copyright (C) 1997-2023 Jordan Russell. All rights reserved.
-; Portions Copyright (C) 2000-2023 Martijn Laan. All rights reserved.
+; Copyright (C) 1997-2024 Jordan Russell. All rights reserved.
+; Portions Copyright (C) 2000-2024 Martijn Laan. All rights reserved.
 ; For conditions of distribution and use, see LICENSE.TXT.
 ; For conditions of distribution and use, see LICENSE.TXT.
 
 
 #include "iscrypt.iss"
 #include "iscrypt.iss"
@@ -15,12 +15,12 @@
 [Setup]
 [Setup]
 AppName=Inno Setup
 AppName=Inno Setup
 AppId={code:GetAppId|Inno Setup 6}
 AppId={code:GetAppId|Inno Setup 6}
-AppVersion=6.2.2
+AppVersion=6.2.3-dev
 AppPublisher=jrsoftware.org
 AppPublisher=jrsoftware.org
 AppPublisherURL=https://www.innosetup.com/
 AppPublisherURL=https://www.innosetup.com/
 AppSupportURL=https://www.innosetup.com/
 AppSupportURL=https://www.innosetup.com/
 AppUpdatesURL=https://www.innosetup.com/
 AppUpdatesURL=https://www.innosetup.com/
-VersionInfoCopyright=Copyright (C) 1997-2023 Jordan Russell. Portions Copyright (C) 2000-2023 Martijn Laan.
+VersionInfoCopyright=Copyright (C) 1997-2024 Jordan Russell. Portions Copyright (C) 2000-2024 Martijn Laan.
 AppMutex=InnoSetupCompilerAppMutex,Global\InnoSetupCompilerAppMutex
 AppMutex=InnoSetupCompilerAppMutex,Global\InnoSetupCompilerAppMutex
 SetupMutex=InnoSetupCompilerSetupMutex,Global\InnoSetupCompilerSetupMutex
 SetupMutex=InnoSetupCompilerSetupMutex,Global\InnoSetupCompilerSetupMutex
 WizardStyle=modern
 WizardStyle=modern

+ 2 - 2
whatsnew.htm

@@ -21,8 +21,8 @@
 
 
 <div class="bluehead"><span class="head1">Inno Setup 6</span><br /><span class="head2">Revision History</span></div>
 <div class="bluehead"><span class="head1">Inno Setup 6</span><br /><span class="head2">Revision History</span></div>
 
 
-<p>Copyright &copy; 1997-2023 <a href="https://jrsoftware.org/">Jordan Russell</a>. All rights reserved.<br />
-Portions Copyright &copy; 2000-2023 Martijn Laan. All rights reserved.<br />
+<p>Copyright &copy; 1997-2024 <a href="https://jrsoftware.org/">Jordan Russell</a>. All rights reserved.<br />
+Portions Copyright &copy; 2000-2024 Martijn Laan. All rights reserved.<br />
 For conditions of distribution and use, see <a href="https://jrsoftware.org/files/is/license.txt">LICENSE.TXT</a>.
 For conditions of distribution and use, see <a href="https://jrsoftware.org/files/is/license.txt">LICENSE.TXT</a>.
 </p>
 </p>