doc fixes

This commit is contained in:
p.kosyh 2011-08-01 10:16:20 +00:00
parent 89a8034929
commit 0b6ae0b94b
2 changed files with 4 additions and 4 deletions

View File

@ -33,9 +33,9 @@ At the beginning of ''main.lua'' file a header may be defined. It consists of ta
-- $Name: The most interesting game!$
</code>
From version 1.2.0 after headers you must define required STEAD API version. It is "1.4.0" currently.
From version 1.2.0 after headers you must define required STEAD API version. It is "1.4.5" currently.
<code lua>
instead_version "1.4.0"
instead_version "1.4.5"
</code>
<WRAP center round important>
Without this line STEAD API will stay in compatible(legacy) mode.

View File

@ -34,9 +34,9 @@
-- $Name: Самая интересная игра!$
</code>
Сразу после заголовков вам необходимо указать версию STEAD API, которая требуется игре. На данный момент последняя версия **1.4.0**.
Сразу после заголовков вам необходимо указать версию STEAD API, которая требуется игре. На данный момент последняя версия **1.4.5**.
<code lua>
instead_version "1.4.0"
instead_version "1.4.5"
</code>
<WRAP center round important>