diff options
author | glx <glx@openttd.org> | 2020-02-08 22:44:31 +0100 |
---|---|---|
committer | glx22 <glx22@users.noreply.github.com> | 2020-02-08 23:38:49 +0100 |
commit | 2f264f2c92d202608cb54cf6f06abf8e2aa0e875 (patch) | |
tree | e24154b2edd5aeb03f338314dc24f1ee3b93bca0 /os/windows | |
parent | a499e9acdd385b57dd43caf88af3a6f7f53716ba (diff) | |
download | openttd-2f264f2c92d202608cb54cf6f06abf8e2aa0e875.tar.xz |
Change: Heading for 1.11 now
Diffstat (limited to 'os/windows')
-rw-r--r-- | os/windows/installer/install.nsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 2561b76d5..b6837c559 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -1,9 +1,9 @@ # Version numbers to update !define APPV_MAJOR 1 -!define APPV_MINOR 10 +!define APPV_MINOR 11 !define APPV_MAINT 0 -!define APPV_BUILD 1 -!define APPV_EXTRA "-beta2" +!define APPV_BUILD 0 +!define APPV_EXTRA "-beta1" !define APPNAME "OpenTTD" ; Define application name !define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version |