diff options
author | planetmaker <planetmaker@openttd.org> | 2010-12-31 14:08:21 +0000 |
---|---|---|
committer | planetmaker <planetmaker@openttd.org> | 2010-12-31 14:08:21 +0000 |
commit | fe6080650ced233a1fbc5e91148d287c72c68406 (patch) | |
tree | 7938274cc3c0e0f328c1d4afd07604cbd2283945 /os/windows | |
parent | b46aee796b40be583a98aaaf48c4f4d342ddbe7a (diff) | |
download | openttd-fe6080650ced233a1fbc5e91148d287c72c68406.tar.xz |
(svn r21676) -Prepare 1.1.0-beta2
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 0686086e8..811431bbe 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -2,8 +2,8 @@ !define APPV_MAJOR 1 !define APPV_MINOR 1 !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 |