summaryrefslogtreecommitdiff
path: root/src/ai/api
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-02-17 15:31:46 +0000
committerrubidium <rubidium@openttd.org>2010-02-17 15:31:46 +0000
commit9f27959fcd7fff0b89a737a7ec37e425d3f04d37 (patch)
tree1c205b56c7971ae3029054ca9724c6d2e1d58b00 /src/ai/api
parenta6112670d00ee4e19bda565cf943166872051867 (diff)
downloadopenttd-9f27959fcd7fff0b89a737a7ec37e425d3f04d37.tar.xz
(svn r19150) -Fix (r19143): some more locations could use updating
Diffstat (limited to 'src/ai/api')
-rw-r--r--src/ai/api/ai_changelog.hpp4
-rw-r--r--src/ai/api/ai_info_docs.hpp1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp
index 813ca1669..952ac7540 100644
--- a/src/ai/api/ai_changelog.hpp
+++ b/src/ai/api/ai_changelog.hpp
@@ -14,6 +14,10 @@
* functions may still be available if you return an older API version
* in GetAPIVersion() in info.nut.
*
+ * \b 1.1.0
+ *
+ * 1.0.0 is not yet released. The following changes are not set in stone yet.
+ *
* \b 1.0.0
*
* 1.0.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 c6b43568f..50b91fd2e 100644
--- a/src/ai/api/ai_info_docs.hpp
+++ b/src/ai/api/ai_info_docs.hpp
@@ -149,6 +149,7 @@ public:
* Valid return values are:
* - "0.7"
* - "1.0"
+ * - "1.1"
*
* @return The version this AI is compatible with.
* @note This function is optional.