diff options
author | rubidium <rubidium@openttd.org> | 2008-12-03 00:14:19 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-12-03 00:14:19 +0000 |
commit | 57eb0df62d1b12e95ef6bde4bf1fbe9d32aac1fc (patch) | |
tree | 5c72f51065e45de637411b4e806e1a7daf88918a /os | |
parent | 217a72122a9240e7e899e808e093a870d03ca464 (diff) | |
download | openttd-57eb0df62d1b12e95ef6bde4bf1fbe9d32aac1fc.tar.xz |
(svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
Diffstat (limited to 'os')
-rw-r--r-- | os/win32/installer/install.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index 9e4e871e6..87695f80e 100644 --- a/os/win32/installer/install.nsi +++ b/os/win32/installer/install.nsi @@ -1,6 +1,6 @@ !define APPNAME "OpenTTD" ; Define application name -!define APPVERSION "0.6.1" ; Define application version -!define INSTALLERVERSION 48 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! +!define APPVERSION "0.6.3" ; Define application version +!define INSTALLERVERSION 53 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! !include ${VERSION_INCLUDE} !define APPURLLINK "http://www.openttd.org" |