diff options
author | rubidium <rubidium@openttd.org> | 2011-12-26 13:21:37 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-12-26 13:21:37 +0000 |
commit | f7c7271ecf48131bfa23677c90d24f4e819a4d1f (patch) | |
tree | 550a85ca19bf592a4249b960ef1aa6465e0cd363 /os/windows | |
parent | 1143f0451a56f112dfc81a4340e92f676b130720 (diff) | |
download | openttd-f7c7271ecf48131bfa23677c90d24f4e819a4d1f.tar.xz |
(svn r23673) -Codechange: prepare the installers for some (future) massive changes in OpenGFX w.r.t. compatability with earlier versions
Diffstat (limited to 'os/windows')
-rw-r--r-- | os/windows/installer/install.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 14fc89397..175b077e2 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -14,7 +14,7 @@ !define APPURLLINK "http://www.openttd.org" !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}" -!define OPENGFX_BASE_VERSION "0.7.0" +!define OPENGFX_BASE_VERSION "1.2.0" !define OPENSFX_BASE_VERSION "0.8.0" !define OPENMSX_BASE_VERSION "1.0.0" |