diff options
author | frosch <frosch@openttd.org> | 2016-03-01 20:00:22 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2016-03-01 20:00:22 +0000 |
commit | 0c7c0ada786fadfa33cabc22a6ad1468904a9854 (patch) | |
tree | 3914d724bf915a475700841de71ef8cfb980ff02 /src/script | |
parent | 56c54dcaec1100cc3c9866af5a4a513e95fa3b07 (diff) | |
download | openttd-0c7c0ada786fadfa33cabc22a6ad1468904a9854.tar.xz |
(svn r27518) -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 83de91171..2d0fe01f8 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.7.0 + * + * 1.7.0 is not yet released. The following changes are not set in stone yet. + * * \b 1.6.0 * - * 1.6.0 is not yet released. The following changes are not set in stone yet. + * No changes * * \b 1.5.3 * diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index 8cb58e3d7..182ca79af 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.7.0 + * + * 1.7.0 is not yet released. The following changes are not set in stone yet. + * * \b 1.6.0 * - * 1.6.0 is not yet released. The following changes are not set in stone yet. + * No changes * * \b 1.5.3 * |