diff options
author | frosch <frosch@openttd.org> | 2015-02-24 19:25:31 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2015-02-24 19:25:31 +0000 |
commit | f1c6bd0d63df2fe193103d33efaf11c9dee3cb61 (patch) | |
tree | 6fd4b90540f1eba4babb0c698b0fc8d6460a3ae5 /os/windows | |
parent | 9be8aed3121c029cfe5a7dbed71f0c425db4c982 (diff) | |
download | openttd-f1c6bd0d63df2fe193103d33efaf11c9dee3cb61.tar.xz |
(svn r27169) -Update: Documentation
Diffstat (limited to 'os/windows')
-rw-r--r-- | os/windows/installer/install.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index cca07eade..bc1e422fb 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -2,8 +2,8 @@ !define APPV_MAJOR 1 !define APPV_MINOR 5 !define APPV_MAINT 0 -!define APPV_BUILD 0 -!define APPV_EXTRA "-beta1" +!define APPV_BUILD 1 +!define APPV_EXTRA "-beta2" !define APPNAME "OpenTTD" ; Define application name !define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version |