diff options
author | Charles Pigott <charlespigott@googlemail.com> | 2019-12-21 19:05:47 +0000 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2019-12-24 22:20:28 +0000 |
commit | 18f03a300b12bb022fb3273ff6273c430b28f787 (patch) | |
tree | fa77fe925661be64b5fab2448075e3a0ac97079b /os/windows | |
parent | d427559eba00619709342f06f372db425c278537 (diff) | |
download | openttd-18f03a300b12bb022fb3273ff6273c430b28f787.tar.xz |
Update: Prepare for 1.10.0-beta2 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 a4dd610d9..2561b76d5 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -2,8 +2,8 @@ !define APPV_MAJOR 1 !define APPV_MINOR 10 !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 |