summaryrefslogtreecommitdiff
path: root/os/win32
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-06-08 23:58:53 +0000
committerrubidium <rubidium@openttd.org>2009-06-08 23:58:53 +0000
commit394e405bdd9a3b02437996b72506669951e93d01 (patch)
treeb3442a1fec2dea124443f6d7f01f46964214557a /os/win32
parentafdeab52ab8331680a241c10421a4dd583182dec (diff)
downloadopenttd-394e405bdd9a3b02437996b72506669951e93d01.tar.xz
(svn r16541) -Merge: changelog etc. changes from 0.7 branch
Diffstat (limited to 'os/win32')
-rw-r--r--os/win32/installer/install.nsi13
1 files changed, 3 insertions, 10 deletions
diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi
index 800af12c3..6de16a16e 100644
--- a/os/win32/installer/install.nsi
+++ b/os/win32/installer/install.nsi
@@ -1,11 +1,11 @@
!define APPNAME "OpenTTD" ; Define application name
-!define APPVERSION "0.7.0" ; Define application version
-!define INSTALLERVERSION 55 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define APPVERSION "0.7.1" ; Define application version
+!define APPVERSIONINTERNAL "0.7.1.0" ; Define application version in X.X.X.X
+!define INSTALLERVERSION 62 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
!include ${VERSION_INCLUDE}
!define APPURLLINK "http://www.openttd.org"
!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"
-!define APPVERSIONINTERNAL "${APPVERSION}.0" ; Needs to be of the format X.X.X.X
!define MUI_ICON "..\..\..\media\openttd.ico"
!define MUI_UNICON "..\..\..\media\openttd.ico"
@@ -112,13 +112,6 @@ Section "!OpenTTD" Section1
File ${PATH_ROOT}bin\data\*.grf
File ${PATH_ROOT}bin\data\*.obg
File ${PATH_ROOT}bin\data\opntitle.dat
- ; Copy scenario files (don't choke if they don't exist)
- SetOutPath "$INSTDIR\scenario\"
- File /nonfatal ${PATH_ROOT}bin\scenario\*.scn
-
- ; Copy heightmap files (don't choke if they don't exist)
- SetOutPath "$INSTDIR\scenario\heightmap\"
- File /nonfatal ${PATH_ROOT}bin\scenario\heightmap\*.*
; Copy the scripts
SetOutPath "$INSTDIR\scripts\"