diff options
author | frosch <frosch@openttd.org> | 2015-03-17 20:33:44 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2015-03-17 20:33:44 +0000 |
commit | 6477356dd2c0c69176fab004da1385df8553ddc3 (patch) | |
tree | 568639ac5c251b34b60a7e6a2c020db61eff4698 /src/script/api | |
parent | 59d41a89c452d5cab3714c5acf87926599a3e81c (diff) | |
download | openttd-6477356dd2c0c69176fab004da1385df8553ddc3.tar.xz |
(svn r27192) -Change: heading for 1.6 now
Diffstat (limited to 'src/script/api')
-rw-r--r-- | src/script/api/ai_changelog.hpp | 6 | ||||
-rw-r--r-- | src/script/api/game_changelog.hpp | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index b51d1b268..0cf57fe0f 100644 --- a/src/script/api/ai_changelog.hpp +++ b/src/script/api/ai_changelog.hpp @@ -15,9 +15,11 @@ * functions may still be available if you return an older API version * in GetAPIVersion() in info.nut. * - * \b 1.5.0 + * \b 1.6.0 + * + * 1.6.0 is not yet released. The following changes are not set in stone yet. * - * 1.5.0 is not yet released. The following changes are not set in stone yet. + * \b 1.5.0 * * API additions: * \li AIList::SwapList diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index 8ff41f775..8c01be8d1 100644 --- a/src/script/api/game_changelog.hpp +++ b/src/script/api/game_changelog.hpp @@ -15,9 +15,11 @@ * functions may still be available if you return an older API version * in GetAPIVersion() in info.nut. * - * \b 1.5.0 + * \b 1.6.0 + * + * 1.6.0 is not yet released. The following changes are not set in stone yet. * - * 1.5.0 is not yet released. The following changes are not set in stone yet. + * \b 1.5.0 * * API additions: * \li GSList::SwapList |