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 | |
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')
-rw-r--r-- | os/linux/openttd.spec | 2 | ||||
-rw-r--r-- | os/win32/installer/install.nsi | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/os/linux/openttd.spec b/os/linux/openttd.spec index e3875b049..bd71a0966 100644 --- a/os/linux/openttd.spec +++ b/os/linux/openttd.spec @@ -5,7 +5,7 @@ #------------------------------------------------------------------------------ %define name openttd -%define version 0.4.7 +%define version 0.4.8 %define release 1mdk #------------------------------------------------------------------------------ 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" |