diff options
author | rubidium <rubidium@openttd.org> | 2014-02-25 09:12:24 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2014-02-25 09:12:24 +0000 |
commit | 90892cb66f0ab32af4098a023164f38875c88998 (patch) | |
tree | 09624f429e0f9016dd8b176a7078265526b3cfc5 /os | |
parent | a9acaf7a5e39d3430258f5192a0caefd25ead293 (diff) | |
download | openttd-90892cb66f0ab32af4098a023164f38875c88998.tar.xz |
(svn r26376) -Prepare: 1.4.0-beta5
Diffstat (limited to 'os')
-rw-r--r-- | os/debian/changelog | 6 | ||||
-rw-r--r-- | os/windows/installer/install.nsi | 4 |
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 |