diff options
author | Darkvater <Darkvater@openttd.org> | 2007-01-08 00:16:03 +0000 |
---|---|---|
committer | Darkvater <Darkvater@openttd.org> | 2007-01-08 00:16:03 +0000 |
commit | 3fce857f1cfca39cb8bfb989e7535650fedb6527 (patch) | |
tree | 1963accff5c33b00636d73523a79855cecf86f77 /os/win32 | |
parent | b207d3f3eb6ee4fb35ec0f3392ef06d5383b4bee (diff) | |
download | openttd-3fce857f1cfca39cb8bfb989e7535650fedb6527.tar.xz |
(svn r7973) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Diffstat (limited to 'os/win32')
-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 a774b41ad..8c56d086c 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 24 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!! +!define INSTALLERVERSION 25 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!! !define MUI_ICON "..\..\..\openttd.ico" !define MUI_UNICON "..\..\..\openttd.ico" !define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp" |