diff options
author | frosch <frosch@openttd.org> | 2017-03-11 20:50:26 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2017-03-11 20:50:26 +0000 |
commit | afcef7faa6d3ccfcbf3e46d74c9ae5120d268efc (patch) | |
tree | 5d6420a122ecec7b7dbbb395992c82a887804ca5 /os/windows | |
parent | ca3aaf8f6dc8093b90b74b252327675be064c03e (diff) | |
download | openttd-afcef7faa6d3ccfcbf3e46d74c9ae5120d268efc.tar.xz |
(svn r27780) -Update: Numbers
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 c7b8c82af..76a87b37d 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 7 +!define APPV_MINOR 8 !define APPV_MAINT 0 !define APPV_BUILD 0 !define APPV_EXTRA "-beta1" |