diff options
author | frosch <frosch@openttd.org> | 2018-03-14 19:36:41 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2018-03-14 19:36:41 +0000 |
commit | 09d473567958785287e20b74b4ad8ebefe930e18 (patch) | |
tree | f405ae2d6825b7f73c9949071a57ca963ccdaa2f /src/script/api | |
parent | 080d57d97adc3d6a4e03be7b2f6027029d651b2b (diff) | |
download | openttd-09d473567958785287e20b74b4ad8ebefe930e18.tar.xz |
(svn r27993) -Change: Heading for 1.9 now
Diffstat (limited to 'src/script/api')
-rw-r--r-- | src/script/api/ai_changelog.hpp | 4 | ||||
-rw-r--r-- | src/script/api/game_changelog.hpp | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index 3a1765b13..25e8b3e37 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.9.0 + * + * 1.9.0 is not yet released. The following changes are not set in stone yet. + * * \b 1.8.0 * * 1.8.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 11f0ee6ec..d6d62057a 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.9.0 + * + * 1.9.0 is not yet released. The following changes are not set in stone yet. + * * \b 1.8.0 * * 1.8.0 is not yet released. The following changes are not set in stone yet. |