summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
Diffstat (limited to 'os')
-rw-r--r--os/debian/changelog6
-rw-r--r--os/windows/installer/install.nsi4
2 files changed, 8 insertions, 2 deletions
diff --git a/os/debian/changelog b/os/debian/changelog
index 1a9334870..ff655a1b4 100644
--- a/os/debian/changelog
+++ b/os/debian/changelog
@@ -1,3 +1,9 @@
+openttd (1.4.0~beta5-0) unstable; urgency=low
+
+ * New upstream release 1.4.0-beta5
+
+ -- OpenTTD <info@openttd.org> Tue, 25 Feb 2014 10:15:00 +0100
+
openttd (1.4.0~beta4-0) unstable; urgency=low
* New upstream release 1.4.0-beta4
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi
index 1bed99b8d..e08a0ca83 100644
--- a/os/windows/installer/install.nsi
+++ b/os/windows/installer/install.nsi
@@ -2,8 +2,8 @@
!define APPV_MAJOR 1
!define APPV_MINOR 4
!define APPV_MAINT 0
-!define APPV_BUILD 3
-!define APPV_EXTRA "-beta4"
+!define APPV_BUILD 4
+!define APPV_EXTRA "-beta5"
!define APPNAME "OpenTTD" ; Define application name
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version