diff options
author | frosch <frosch@openttd.org> | 2017-03-11 20:50:26 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2017-03-11 20:50:26 +0000 |
commit | afcef7faa6d3ccfcbf3e46d74c9ae5120d268efc (patch) | |
tree | 5d6420a122ecec7b7dbbb395992c82a887804ca5 /src/script | |
parent | ca3aaf8f6dc8093b90b74b252327675be064c03e (diff) | |
download | openttd-afcef7faa6d3ccfcbf3e46d74c9ae5120d268efc.tar.xz |
(svn r27780) -Update: Numbers
Diffstat (limited to 'src/script')
-rw-r--r-- | src/script/api/ai_changelog.hpp | 6 | ||||
-rw-r--r-- | src/script/api/game_changelog.hpp | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index 23f4a0958..db1c6eb2a 100644 --- a/src/script/api/ai_changelog.hpp +++ b/src/script/api/ai_changelog.hpp @@ -15,9 +15,13 @@ * functions may still be available if you return an older API version * in GetAPIVersion() in info.nut. * + * \b 1.8.0 + * + * 1.8.0 is not yet released. The following changes are not set in stone yet. + * * \b 1.7.0 * - * 1.7.0 is not yet released. The following changes are not set in stone yet. + * No changes * * \b 1.6.1 - 1.6.0 * diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index a9e7b0b30..00b953959 100644 --- a/src/script/api/game_changelog.hpp +++ b/src/script/api/game_changelog.hpp @@ -15,9 +15,13 @@ * functions may still be available if you return an older API version * in GetAPIVersion() in info.nut. * + * \b 1.8.0 + * + * 1.8.0 is not yet released. The following changes are not set in stone yet. + * * \b 1.7.0 * - * 1.7.0 is not yet released. The following changes are not set in stone yet. + * No changes * * \b 1.6.1 - 1.6.0 * |