diff options
author | frosch <frosch@openttd.org> | 2015-02-24 19:25:31 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2015-02-24 19:25:31 +0000 |
commit | f1c6bd0d63df2fe193103d33efaf11c9dee3cb61 (patch) | |
tree | 6fd4b90540f1eba4babb0c698b0fc8d6460a3ae5 /os | |
parent | 9be8aed3121c029cfe5a7dbed71f0c425db4c982 (diff) | |
download | openttd-f1c6bd0d63df2fe193103d33efaf11c9dee3cb61.tar.xz |
(svn r27169) -Update: Documentation
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 9042ce2ca..d56400af0 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.5.0~beta2-0) unstable; urgency=low + + * New upstream release 1.5.0-beta2 + + -- OpenTTD <info@openttd.org> Tue, 24 Feb 2015 21:00:00 +0100 + openttd (1.5.0~beta1-0) unstable; urgency=low * New upstream release 1.5.0-beta1 diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index cca07eade..bc1e422fb 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -2,8 +2,8 @@ !define APPV_MAJOR 1 !define APPV_MINOR 5 !define APPV_MAINT 0 -!define APPV_BUILD 0 -!define APPV_EXTRA "-beta1" +!define APPV_BUILD 1 +!define APPV_EXTRA "-beta2" !define APPNAME "OpenTTD" ; Define application name !define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version |