summaryrefslogtreecommitdiff
path: root/src/script/api
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2012-02-19 19:14:17 +0000
committerrubidium <rubidium@openttd.org>2012-02-19 19:14:17 +0000
commita5cb454e94a61a180469e6e9bd2b10e71bb519fb (patch)
tree0d7da43d5965ae09243d0baa16a1c0647bdea427 /src/script/api
parent1c4827cc713b801a39cbd06848424167afedeb95 (diff)
downloadopenttd-a5cb454e94a61a180469e6e9bd2b10e71bb519fb.tar.xz
(svn r23969) -Codechange: trunk heads to 1.3 now
Diffstat (limited to 'src/script/api')
-rw-r--r--src/script/api/ai_changelog.hpp4
-rw-r--r--src/script/api/game_changelog.hpp4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp
index 4a8dc5f38..03aee661a 100644
--- a/src/script/api/ai_changelog.hpp
+++ b/src/script/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.3.0
+ *
+ * 1.3.0 is not yet released. The following changes are not set in stone yet.
+ *
* \b 1.2.0
*
* 1.2.0 is not yet released. The following changes are not set in stone yet.
diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp
index f7b659d07..8d1da2f77 100644
--- a/src/script/api/game_changelog.hpp
+++ b/src/script/api/game_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.3.0
+ *
+ * 1.3.0 is not yet released. The following changes are not set in stone yet.
+ *
* \b 1.2.0
* \li First stable release with the NoGo framework.
*/