diff options
author | Patric Stout <truebrain@openttd.org> | 2019-02-09 22:15:34 +0100 |
---|---|---|
committer | Patric Stout <truebrain@openttd.org> | 2019-02-09 22:39:18 +0100 |
commit | 6e211908588ab5272336d0d2db3bbb4020f7004f (patch) | |
tree | 30a108c34740405f126e637713f3d9c97be892de /os/windows | |
parent | 13b7e8774d813ab84a8e58f3d629e6e9ab3b8765 (diff) | |
download | openttd-6e211908588ab5272336d0d2db3bbb4020f7004f.tar.xz |
Update: Add changelog for 1.9.0-beta2 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 2c4c6f94b..d0c933ca2 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 0 -!define APPV_EXTRA "-beta1" +!define APPV_BUILD 1 +!define APPV_EXTRA "-beta2" !define APPNAME "OpenTTD" ; Define application name !define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version |