diff options
author | Michael Lutz <michi@icosahedron.de> | 2019-02-24 22:06:07 +0100 |
---|---|---|
committer | Michael Lutz <michi@icosahedron.de> | 2019-02-24 23:30:28 +0100 |
commit | 919d7accd7a055e8e5feb300a40fcabb23e88d42 (patch) | |
tree | 009d994eb1ed37125aa72c859e8008878e730ca4 /os/windows | |
parent | fa2bea7394a1e29ef0ef037cd0d24db31dad4684 (diff) | |
download | openttd-919d7accd7a055e8e5feb300a40fcabb23e88d42.tar.xz |
Update: Changelog for 1.9.0-beta3 and prepare for release.
Diffstat (limited to 'os/windows')
-rw-r--r-- | os/windows/installer/install.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index d0c933ca2..da45165d4 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -2,8 +2,8 @@ !define APPV_MAJOR 1 !define APPV_MINOR 9 !define APPV_MAINT 0 -!define APPV_BUILD 1 -!define APPV_EXTRA "-beta2" +!define APPV_BUILD 2 +!define APPV_EXTRA "-beta3" !define APPNAME "OpenTTD" ; Define application name !define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version |