From 9f27959fcd7fff0b89a737a7ec37e425d3f04d37 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 17 Feb 2010 15:31:46 +0000 Subject: (svn r19150) -Fix (r19143): some more locations could use updating --- src/ai/api/ai_changelog.hpp | 4 ++++ src/ai/api/ai_info_docs.hpp | 1 + 2 files changed, 5 insertions(+) (limited to 'src') 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. -- cgit v1.2.3-54-g00ecf