diff options
author | duck <me@duck.me.uk> | 2020-05-05 20:05:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 22:05:40 +0200 |
commit | e1c85e67a71493aa65e54717f847d21d66593e23 (patch) | |
tree | c085749a1007af19a79d962306bc479f2c751688 /os/windows/installer/version_win32.txt | |
parent | 19dc31e0b3fdcf7f8b29b18747870cecacde85df (diff) | |
download | openttd-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_win32.txt')
-rw-r--r-- | os/windows/installer/version_win32.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/windows/installer/version_win32.txt b/os/windows/installer/version_win32.txt index a0aeef5ee..0ac06d0d1 100644 --- a/os/windows/installer/version_win32.txt +++ b/os/windows/installer/version_win32.txt @@ -1,5 +1,5 @@ !define APPBITS 32 ; Define number of bits for the architecture -!define EXTRA_VERSION "XP SP3, Vista and 7" +!define EXTRA_VERSION "XP SP3 and newer" !define APPARCH "win32" ; Define the application architecture !define BINARY_DIR "${PATH_ROOT}objs\win32\Release" InstallDir "$PROGRAMFILES32\OpenTTD\" |