diff options
author | frosch <frosch@openttd.org> | 2018-03-14 19:36:41 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2018-03-14 19:36:41 +0000 |
commit | 09d473567958785287e20b74b4ad8ebefe930e18 (patch) | |
tree | f405ae2d6825b7f73c9949071a57ca963ccdaa2f /os/windows | |
parent | 080d57d97adc3d6a4e03be7b2f6027029d651b2b (diff) | |
download | openttd-09d473567958785287e20b74b4ad8ebefe930e18.tar.xz |
(svn r27993) -Change: Heading for 1.9 now
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 76a87b37d..87bd012e9 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -1,6 +1,6 @@ # Version numbers to update !define APPV_MAJOR 1 -!define APPV_MINOR 8 +!define APPV_MINOR 9 !define APPV_MAINT 0 !define APPV_BUILD 0 !define APPV_EXTRA "-beta1" |