diff options
author | frosch <frosch@openttd.org> | 2016-03-01 20:00:22 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2016-03-01 20:00:22 +0000 |
commit | 0c7c0ada786fadfa33cabc22a6ad1468904a9854 (patch) | |
tree | 3914d724bf915a475700841de71ef8cfb980ff02 /os/windows | |
parent | 56c54dcaec1100cc3c9866af5a4a513e95fa3b07 (diff) | |
download | openttd-0c7c0ada786fadfa33cabc22a6ad1468904a9854.tar.xz |
(svn r27518) -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 ebe9ed3dc..9eb869f2d 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 6 +!define APPV_MINOR 7 !define APPV_MAINT 0 !define APPV_BUILD 0 !define APPV_EXTRA "-beta1" |