diff options
author | rubidium <rubidium@openttd.org> | 2011-02-14 20:20:57 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-02-14 20:20:57 +0000 |
commit | 22afd8396407ce1d8e738833a60f180b526a8550 (patch) | |
tree | 93b502b1ae72cfb272233347d86081a7a30ca005 /src/ai/api | |
parent | 1b2ef664162a4b9e684c8847e80db4269e97beec (diff) | |
download | openttd-22afd8396407ce1d8e738833a60f180b526a8550.tar.xz |
(svn r22083) -Change: trunk is heading towards 1.2 now
Diffstat (limited to 'src/ai/api')
-rw-r--r-- | src/ai/api/ai_changelog.hpp | 4 | ||||
-rw-r--r-- | src/ai/api/ai_info_docs.hpp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp index cd35b5bfa..c0fbe4242 100644 --- a/src/ai/api/ai_changelog.hpp +++ b/src/ai/api/ai_changelog.hpp @@ -15,6 +15,10 @@ * functions may still be available if you return an older API version * in GetAPIVersion() in info.nut. * + * \b 1.2.0 + * + * 1.2.0 is not yet released. The following changes are not set in stone yet. + * * \b 1.1.0 * * 1.1.0 is not yet released. The following changes are not set in stone yet. diff --git a/src/ai/api/ai_info_docs.hpp b/src/ai/api/ai_info_docs.hpp index 8eb54d3c1..c0c68935e 100644 --- a/src/ai/api/ai_info_docs.hpp +++ b/src/ai/api/ai_info_docs.hpp @@ -150,6 +150,7 @@ public: * - "0.7" * - "1.0" * - "1.1" + * - "1.2" * * @return The version this AI is compatible with. * @note This function is optional. |