diff options
author | Darkvater <darkvater@openttd.org> | 2006-06-28 23:05:00 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-06-28 23:05:00 +0000 |
commit | 1759f27b32bdd69bee77414c8215d3a870d95c9d (patch) | |
tree | c67dd7ee32d0129eb0c8f5432e73486138b8c422 /os/win32 | |
parent | da897446099ae32831ba861dbcb52ae6f024b838 (diff) | |
download | openttd-1759f27b32bdd69bee77414c8215d3a870d95c9d.tar.xz |
(svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Diffstat (limited to 'os/win32')
-rw-r--r-- | os/win32/installer/install.nsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index 126103288..341c9b776 100644 --- a/os/win32/installer/install.nsi +++ b/os/win32/installer/install.nsi @@ -1,8 +1,8 @@ ; Define your application name !define APPNAME "OpenTTD" -!define APPNAMEANDVERSION "OpenTTD 0.4.7.0" -!define APPVERSION "0.4.7.0" -!define INSTALLERVERSION 19 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!! +!define APPNAMEANDVERSION "OpenTTD 0.4.8.0" +!define APPVERSION "0.4.8.0" +!define INSTALLERVERSION 20 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!! !define MUI_ICON "..\..\..\openttd.ico" !define MUI_UNICON "..\..\..\openttd.ico" !define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp" |