diff options
author | Darkvater <Darkvater@openttd.org> | 2007-01-18 15:39:58 +0000 |
---|---|---|
committer | Darkvater <Darkvater@openttd.org> | 2007-01-18 15:39:58 +0000 |
commit | 75a63767adfc2a517c63ccc880375b51c6ce9bed (patch) | |
tree | 675c4f41d88203fd58c7c92e98fe4a72991a4ff6 /os | |
parent | 6b3e59474f6122824f729dd7dba5a07c124cd798 (diff) | |
download | openttd-75a63767adfc2a517c63ccc880375b51c6ce9bed.tar.xz |
(svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Diffstat (limited to 'os')
-rw-r--r-- | os/win32/installer/install.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index 8c56d086c..0104b3281 100644 --- a/os/win32/installer/install.nsi +++ b/os/win32/installer/install.nsi @@ -2,7 +2,7 @@ !define APPNAME "OpenTTD" !define APPNAMEANDVERSION "OpenTTD 0.5.0.0" !define APPVERSION "0.5.0.0" -!define INSTALLERVERSION 25 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!! +!define INSTALLERVERSION 26 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!! !define MUI_ICON "..\..\..\openttd.ico" !define MUI_UNICON "..\..\..\openttd.ico" !define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp" |