diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/debian/changelog | 2 | ||||
-rw-r--r-- | os/linux/openttd.spec | 2 | ||||
-rw-r--r-- | os/win32/installer/install.nsi | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/os/debian/changelog b/os/debian/changelog index 6b5c3325a..6fa31bb85 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,4 +1,4 @@ -openttd (0.4.5+custom) unstable; urgency=low +openttd (0.4.7-1) unstable; urgency=low * Remove old terminal messages and make sure that debconf is always called. diff --git a/os/linux/openttd.spec b/os/linux/openttd.spec index a53011f65..e3875b049 100644 --- a/os/linux/openttd.spec +++ b/os/linux/openttd.spec @@ -5,7 +5,7 @@ #------------------------------------------------------------------------------ %define name openttd -%define version 0.3.6 +%define version 0.4.7 %define release 1mdk #------------------------------------------------------------------------------ diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index 7bbfb6a16..126103288 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.5.0" -!define APPVERSION "0.4.5.0" -!define INSTALLERVERSION 17 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!! +!define APPNAMEANDVERSION "OpenTTD 0.4.7.0" +!define APPVERSION "0.4.7.0" +!define INSTALLERVERSION 19 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!! !define MUI_ICON "..\..\..\openttd.ico" !define MUI_UNICON "..\..\..\openttd.ico" !define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp" |