summaryrefslogtreecommitdiff
path: root/os/windows/installer
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-02-17 15:31:46 +0000
committerrubidium <rubidium@openttd.org>2010-02-17 15:31:46 +0000
commit9f27959fcd7fff0b89a737a7ec37e425d3f04d37 (patch)
tree1c205b56c7971ae3029054ca9724c6d2e1d58b00 /os/windows/installer
parenta6112670d00ee4e19bda565cf943166872051867 (diff)
downloadopenttd-9f27959fcd7fff0b89a737a7ec37e425d3f04d37.tar.xz
(svn r19150) -Fix (r19143): some more locations could use updating
Diffstat (limited to 'os/windows/installer')
-rw-r--r--os/windows/installer/install.nsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi
index 64c2d2c78..9d23d5446 100644
--- a/os/windows/installer/install.nsi
+++ b/os/windows/installer/install.nsi
@@ -1,9 +1,9 @@
# Version numbers to update
!define APPV_MAJOR 1
-!define APPV_MINOR 0
+!define APPV_MINOR 1
!define APPV_MAINT 0
-!define APPV_BUILD 3
-!define APPV_EXTRA "-beta4"
+!define APPV_BUILD 0
+!define APPV_EXTRA "-alpha"
!define APPNAME "OpenTTD" ; Define application name
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version