summaryrefslogtreecommitdiff
path: root/os/windows
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-02-04 17:11:46 +0000
committerrubidium <rubidium@openttd.org>2010-02-04 17:11:46 +0000
commitd11bb39f43b83e0c32ef446832b178cdbf5cfae3 (patch)
treec9309faa1cc5b71378cba3c8740b102937900737 /os/windows
parentcc8fd6e910374b337dd080522d997d80212a1b03 (diff)
downloadopenttd-d11bb39f43b83e0c32ef446832b178cdbf5cfae3.tar.xz
(svn r19007) -Prepare: 1.0.0-beta4
Diffstat (limited to 'os/windows')
-rw-r--r--os/windows/installer/install.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi
index b67dad7bf..64c2d2c78 100644
--- a/os/windows/installer/install.nsi
+++ b/os/windows/installer/install.nsi
@@ -2,8 +2,8 @@
!define APPV_MAJOR 1
!define APPV_MINOR 0
!define APPV_MAINT 0
-!define APPV_BUILD 2
-!define APPV_EXTRA "-beta3"
+!define APPV_BUILD 3
+!define APPV_EXTRA "-beta4"
!define APPNAME "OpenTTD" ; Define application name
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version