1
0
Fork 0

(svn r23797) [1.1] -Prepare: 1.1.5

release/1.1
rubidium 2012-01-13 22:06:30 +00:00
parent 6408092b40
commit f6f1794651
8 changed files with 24 additions and 14 deletions

View File

@ -1,6 +1,6 @@
OpenTTD's known bugs OpenTTD's known bugs
Last updated: 2011-12-05 Last updated: 2012-01-14
Release version: 1.1.4 Release version: 1.1.5
------------------------------------------------------------------------ ------------------------------------------------------------------------

View File

@ -1,3 +1,9 @@
openttd (1.1.5) unstable; urgency=low
* New upstream release 1.1.5
-- Matthijs Kooijman <matthijs@stdin.nl> Sat, 14 Jan 2012 00:00:00 +0400
openttd (1.1.4) unstable; urgency=low openttd (1.1.4) unstable; urgency=low
* New upstream release 1.1.4 * New upstream release 1.1.4

View File

@ -1,6 +1,6 @@
@echo off @echo off
set OPENTTD_VERSION=1.1.4 set OPENTTD_VERSION=1.1.5
set OPENSFX_VERSION=0.8.0 set OPENSFX_VERSION=0.8.0
set NOSOUND_VERSION=0.8.0 set NOSOUND_VERSION=0.8.0
set OPENGFX_VERSION=0.7.0 set OPENGFX_VERSION=0.7.0

View File

@ -2,7 +2,7 @@
%define binname openttd %define binname openttd
%define srcver 1.1.4 %define srcver 1.1.5
%if %{dedicated} %if %{dedicated}
Name: %{binname}-dedicated Name: %{binname}-dedicated

View File

@ -1,8 +1,8 @@
# Version numbers to update # Version numbers to update
!define APPV_MAJOR 1 !define APPV_MAJOR 1
!define APPV_MINOR 1 !define APPV_MINOR 1
!define APPV_MAINT 4 !define APPV_MAINT 5
!define APPV_BUILD 1 !define APPV_BUILD 0
!define APPV_EXTRA "" !define APPV_EXTRA ""
!define APPNAME "OpenTTD" ; Define application name !define APPNAME "OpenTTD" ; Define application name

View File

@ -1,6 +1,6 @@
OpenTTD readme OpenTTD readme
Last updated: 2011-12-05 Last updated: 2012-01-14
Release version: 1.1.4 Release version: 1.1.5
------------------------------------------------------------------------ ------------------------------------------------------------------------

View File

@ -15,6 +15,10 @@
* functions may still be available if you return an older API version * functions may still be available if you return an older API version
* in GetAPIVersion() in info.nut. * in GetAPIVersion() in info.nut.
* *
* \b 1.1.5
*
* No changes
*
* \b 1.1.4 * \b 1.1.4
* *
* API additions: * API additions: