summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-02-06 19:03:15 +0000
committerrubidium <rubidium@openttd.org>2014-02-06 19:03:15 +0000
commitfa7eb6dc8c49d5c96ed7000b75a5fe546cbadb38 (patch)
tree4ad72eb7a2075a87b36cbf397979e48aafa3a5bb /os
parent425197a19c264f3a0d78c3b9c3e1144a2a7554e8 (diff)
downloadopenttd-fa7eb6dc8c49d5c96ed7000b75a5fe546cbadb38.tar.xz
(svn r26300) -Prepare: 1.4.0-beta4
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 b55634363..1a9334870 100644
--- a/os/debian/changelog
+++ b/os/debian/changelog
@@ -1,3 +1,9 @@
+openttd (1.4.0~beta4-0) unstable; urgency=low
+
+ * New upstream release 1.4.0-beta4
+
+ -- OpenTTD <info@openttd.org> Thu, 06 Feb 2014 21:00:00 +0100
+
openttd (1.4.0~beta3-0) unstable; urgency=low
* New upstream release 1.4.0-beta3
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi
index 280da8ece..1bed99b8d 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 2
-!define APPV_EXTRA "-beta3"
+!define APPV_BUILD 3
+!define APPV_EXTRA "-beta4"
!define APPNAME "OpenTTD" ; Define application name
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version