diff options
Diffstat (limited to 'src')
-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 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. |