diff options
author | frosch <github@elsenhans.name> | 2019-03-03 20:51:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-03 20:51:57 +0100 |
commit | a67ee025294278f9113a1c8bcb5ee91d9e174f69 (patch) | |
tree | 7309d2ebe35dc37363e9d7e996849bdba56a6214 /os/os2 | |
parent | eb46a89855c01a4898f5a9760969f2d9a7b3137d (diff) | |
download | openttd-a67ee025294278f9113a1c8bcb5ee91d9e174f69.tar.xz |
Change: Heading for 1.10 now (#7319)
Diffstat (limited to 'os/os2')
-rw-r--r-- | os/os2/installer/make_installer.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/os2/installer/make_installer.cmd b/os/os2/installer/make_installer.cmd index a15198b5f..3addeca1a 100644 --- a/os/os2/installer/make_installer.cmd +++ b/os/os2/installer/make_installer.cmd @@ -1,6 +1,6 @@ @echo off -set OPENTTD_VERSION=1.9.0 +set OPENTTD_VERSION=1.10.0 set OPENSFX_VERSION=0.8.0 set NOSOUND_VERSION=0.8.0 set OPENGFX_VERSION=1.2.0 |