summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-12-01 00:17:32 +0000
committerrubidium <rubidium@openttd.org>2009-12-01 00:17:32 +0000
commitf73f6bacaae9a0dd630114542e97a6ccfcbd5386 (patch)
treea694c2f68c00d6cd9b4224942cd5ef5c3846144f /os
parente236c8f1010126d9872cb2ca1b938b4fb4407acb (diff)
downloadopenttd-f73f6bacaae9a0dd630114542e97a6ccfcbd5386.tar.xz
(svn r18356) -Merge: changes to the changelogs etc. in the 0.7 branch
Diffstat (limited to 'os')
-rw-r--r--os/debian/changelog12
-rw-r--r--os/rpm/openttd.spec2
-rw-r--r--os/windows/installer/install.nsi2
3 files changed, 14 insertions, 2 deletions
diff --git a/os/debian/changelog b/os/debian/changelog
index ef8f74093..b75b7f93b 100644
--- a/os/debian/changelog
+++ b/os/debian/changelog
@@ -5,6 +5,18 @@ openttd (0.8~svn-1) UNRELEASED; urgency=low
-- Matthijs Kooijman <matthijs@stdin.nl> Wed, 03 Sep 2008 18:56:04 +0200
+openttd (0.7.4) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matthijs Kooijman <matthijs@stdin.nl> Tue, 01 Dec 2009 01:23:45 +0100
+
+openttd (0.7.4~RC1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matthijs Kooijman <matthijs@stdin.nl> Sun, 15 Nov 2009 16:30:07 +0100
+
openttd (0.7.3) unstable; urgency=low
* New upstream release.
diff --git a/os/rpm/openttd.spec b/os/rpm/openttd.spec
index 343de8cf1..6628e8ae5 100644
--- a/os/rpm/openttd.spec
+++ b/os/rpm/openttd.spec
@@ -13,7 +13,7 @@
#-------------------------------------------------------------------------------
Name: openttd
-Version: 0.7.2
+Version: 0.7.4
Release: 1%{?dist}
Group: Amusements/Games
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi
index 69534505a..423e1a944 100644
--- a/os/windows/installer/install.nsi
+++ b/os/windows/installer/install.nsi
@@ -1,7 +1,7 @@
!define APPNAME "OpenTTD" ; Define application name
!define APPVERSION "0.8.0" ; Define application version
!define APPVERSIONINTERNAL "0.8.0.0" ; Define application version in X.X.X.X
-!define INSTALLERVERSION 65 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define INSTALLERVERSION 71 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
!include ${VERSION_INCLUDE}
!define APPURLLINK "http://www.openttd.org"