From 95582857b06d68c7637c76e60f32274a9361673f Mon Sep 17 00:00:00 2001
From: Martijn Laan <1092369+martijnlaan@users.noreply.github.com>
Date: Wed, 8 Jan 2025 15:44:21 +0100
Subject: [PATCH] Prepare for release.
---
ISHelp/isetup.xml | 2 +-
Projects/Src/Shared.Struct.pas | 2 +-
build-ce.bat | 2 +-
build.bat | 2 +-
setup.iss | 2 +-
whatsnew.htm | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ISHelp/isetup.xml b/ISHelp/isetup.xml
index a915b4e7f..22792073e 100644
--- a/ISHelp/isetup.xml
+++ b/ISHelp/isetup.xml
@@ -102,7 +102,7 @@
-Inno Setup version 6.4.0-dev
+Inno Setup version 6.4.0
Copyright © 1997-2025 Jordan Russell. All rights reserved.
Portions Copyright © 2000-2025 Martijn Laan. All rights reserved.
Inno Setup home page
diff --git a/Projects/Src/Shared.Struct.pas b/Projects/Src/Shared.Struct.pas
index fa19f4aaa..7c2856fca 100644
--- a/Projects/Src/Shared.Struct.pas
+++ b/Projects/Src/Shared.Struct.pas
@@ -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
diff --git a/build-ce.bat b/build-ce.bat
index 47a6e7162..fc045b342 100644
--- a/build-ce.bat
+++ b/build-ce.bat
@@ -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.
diff --git a/build.bat b/build.bat
index d46058e5b..5bf05461c 100644
--- a/build.bat
+++ b/build.bat
@@ -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.
diff --git a/setup.iss b/setup.iss
index c6485f82a..6c63fec02 100644
--- a/setup.iss
+++ b/setup.iss
@@ -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/
diff --git a/whatsnew.htm b/whatsnew.htm
index f32bc2c48..daf1ba2a7 100644
--- a/whatsnew.htm
+++ b/whatsnew.htm
@@ -29,7 +29,7 @@
Want to be notified by e-mail of new Inno Setup releases? Subscribe to the Inno Setup Mailing List!
-6.4.0-dev (?)
+6.4.0(2015-01-09)
Compiler IDE changes
Updated the Scintilla editor component used by the Compiler IDE to the latest version.
Multiple selection editing has been improved: