diff options
author | rubidium <rubidium@openttd.org> | 2009-12-01 00:17:32 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-12-01 00:17:32 +0000 |
commit | f73f6bacaae9a0dd630114542e97a6ccfcbd5386 (patch) | |
tree | a694c2f68c00d6cd9b4224942cd5ef5c3846144f /os/windows/installer | |
parent | e236c8f1010126d9872cb2ca1b938b4fb4407acb (diff) | |
download | openttd-f73f6bacaae9a0dd630114542e97a6ccfcbd5386.tar.xz |
(svn r18356) -Merge: changes to the changelogs etc. in the 0.7 branch
Diffstat (limited to 'os/windows/installer')
-rw-r--r-- | os/windows/installer/install.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 69534505a..423e1a944 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -1,7 +1,7 @@ !define APPNAME "OpenTTD" ; Define application name !define APPVERSION "0.8.0" ; Define application version !define APPVERSIONINTERNAL "0.8.0.0" ; Define application version in X.X.X.X -!define INSTALLERVERSION 65 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! +!define INSTALLERVERSION 71 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! !include ${VERSION_INCLUDE} !define APPURLLINK "http://www.openttd.org" |