summaryrefslogtreecommitdiff
path: root/os/windows/installer/version_win64.txt
diff options
context:
space:
mode:
authorduck <me@duck.me.uk>2020-05-05 20:05:40 +0000
committerGitHub <noreply@github.com>2020-05-05 22:05:40 +0200
commite1c85e67a71493aa65e54717f847d21d66593e23 (patch)
treec085749a1007af19a79d962306bc479f2c751688 /os/windows/installer/version_win64.txt
parent19dc31e0b3fdcf7f8b29b18747870cecacde85df (diff)
downloadopenttd-e1c85e67a71493aa65e54717f847d21d66593e23.tar.xz
Fix #8102: Update Windows installer strings to reference newer Windows version (#8114)
* Fix #8102: Update Windows installer strings to reference versions newer than 7 * Fix 2c53390: Version strings incorrectly capitalised
Diffstat (limited to 'os/windows/installer/version_win64.txt')
-rw-r--r--os/windows/installer/version_win64.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/windows/installer/version_win64.txt b/os/windows/installer/version_win64.txt
index 492a75894..15ef51096 100644
--- a/os/windows/installer/version_win64.txt
+++ b/os/windows/installer/version_win64.txt
@@ -1,5 +1,5 @@
!define APPBITS 64 ; Define number of bits for the architecture
-!define EXTRA_VERSION "XP, Vista and 7"
+!define EXTRA_VERSION "XP and newer"
!define APPARCH "win64" ; Define the application architecture
!define BINARY_DIR "${PATH_ROOT}objs\x64\Release"
InstallDir "$PROGRAMFILES64\OpenTTD\"