Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Jan 8, 2025
1 parent 79115bd commit eb3d268
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ISHelp/isetup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<body>

<p>
<b>Inno Setup version 6.4.0-dev</b><br/>
<b>Inno Setup version 6.4.0</b><br/>
<b>Copyright &copy; 1997-2025 Jordan Russell. All rights reserved.</b><br/>
<b>Portions Copyright &copy; 2000-2025 Martijn Laan. All rights reserved.</b><br/>
<extlink href="https://jrsoftware.org/">Inno Setup home page</extlink>
Expand Down
2 changes: 1 addition & 1 deletion Projects/Src/Shared.Struct.pas
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface

const
SetupTitle = 'Inno Setup';
SetupVersion = '6.4.0-dev';
SetupVersion = '6.4.0';
SetupBinVersion = (6 shl 24) + (4 shl 16) + (0 shl 8) + 0;

type
Expand Down
2 changes: 1 addition & 1 deletion build-ce.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rem Once done the installer can be found in Output

setlocal

set VER=6.4.0-dev
set VER=6.4.0

echo Building Inno Setup %VER%...
echo.
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rem Once done the installer can be found in Output

setlocal

set VER=6.4.0-dev
set VER=6.4.0

echo Building Inno Setup %VER%...
echo.
Expand Down
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[Setup]
AppName=Inno Setup
AppId={code:GetAppId|Inno Setup 6}
AppVersion=6.4.0-dev
AppVersion=6.4.0
AppPublisher=jrsoftware.org
AppPublisherURL=https://www.innosetup.com/
AppSupportURL=https://www.innosetup.com/
Expand Down
2 changes: 1 addition & 1 deletion whatsnew.htm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<p><b>Want to be notified by e-mail of new Inno Setup releases?</b> <a href="ismail.php">Subscribe</a> to the Inno Setup Mailing List!</p>

<p><a name="6.4.0"></a><span class="ver">6.4.0-dev </span><span class="date">(?)</span></p>
<p><a name="6.4.0"></a><span class="ver">6.4.0 </span><span class="date">(2015-01-09)</span></p>
<p><span class="head2">Compiler IDE changes</span></p>
<p>Updated the Scintilla editor component used by the Compiler IDE to the latest version.</p>
<p>Multiple selection editing has been improved:</p>
Expand Down

2 comments on commit eb3d268

@martinprikryl
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2015-01-09 – should be 2025 :)

@martijnlaan
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈🙈🙈 Thanks! Will fix later.

Please sign in to comment.