diff options
author | glx <glx@openttd.org> | 2020-02-08 22:44:31 +0100 |
---|---|---|
committer | glx22 <glx22@users.noreply.github.com> | 2020-02-08 23:38:49 +0100 |
commit | 2f264f2c92d202608cb54cf6f06abf8e2aa0e875 (patch) | |
tree | e24154b2edd5aeb03f338314dc24f1ee3b93bca0 /src/script/api | |
parent | a499e9acdd385b57dd43caf88af3a6f7f53716ba (diff) | |
download | openttd-2f264f2c92d202608cb54cf6f06abf8e2aa0e875.tar.xz |
Change: Heading for 1.11 now
Diffstat (limited to 'src/script/api')
-rw-r--r-- | src/script/api/ai_changelog.hpp | 4 | ||||
-rw-r--r-- | src/script/api/game_changelog.hpp | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index 9eea9ab15..bcb7df67f 100644 --- a/src/script/api/ai_changelog.hpp +++ b/src/script/api/ai_changelog.hpp @@ -13,10 +13,12 @@ * functions may still be available if you return an older API version * in GetAPIVersion() in info.nut. * - * \b 1.10.0 + * \b 1.11.0 * * This version is not yet released. The following changes are not set in stone yet. * + * \b 1.10.0 + * * API additions: * \li AIGroup::SetPrimaryColour * \li AIGroup::SetSecondaryColour diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index 235dcee98..df8c663a0 100644 --- a/src/script/api/game_changelog.hpp +++ b/src/script/api/game_changelog.hpp @@ -13,10 +13,12 @@ * functions may still be available if you return an older API version * in GetAPIVersion() in info.nut. * - * \b 1.10.0 + * \b 1.11.0 * * This version is not yet released. The following changes are not set in stone yet. * + * \b 1.10.0 + * * API additions: * \li GSVehicle::BuildVehicleWithRefit * \li GSVehicle::GetBuildWithRefitCapacity |