summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-03-26 21:07:56 +0000
committerDarkvater <Darkvater@openttd.org>2006-03-26 21:07:56 +0000
commit3cc69d7b483cdf9d8b36a3e4c5dfc177d584a2d9 (patch)
treee72eb58540956705625b608435b94e9cba762ed7 /os
parentc40740e058983e02912d7844a64f0c2568df7b28 (diff)
downloadopenttd-3cc69d7b483cdf9d8b36a3e4c5dfc177d584a2d9.tar.xz
(svn r4123) - 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/debian/changelog2
-rw-r--r--os/linux/openttd.spec2
-rw-r--r--os/win32/installer/install.nsi6
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"