summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_changelog.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-12-23 23:09:47 +0000
committerrubidium <rubidium@openttd.org>2009-12-23 23:09:47 +0000
commit60082980fd12b645150655a29c9b68e3aa0f92ef (patch)
tree0377bfd4ddc8f9bc13474df798cb08cac2760b85 /src/ai/api/ai_changelog.hpp
parent5aea707be06ce318065a7209251579f817d032c6 (diff)
downloadopenttd-60082980fd12b645150655a29c9b68e3aa0f92ef.tar.xz
(svn r18622) -Merge: release changes
Diffstat (limited to 'src/ai/api/ai_changelog.hpp')
-rw-r--r--src/ai/api/ai_changelog.hpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp
index 78721ed0c..0ff70f9b1 100644
--- a/src/ai/api/ai_changelog.hpp
+++ b/src/ai/api/ai_changelog.hpp
@@ -14,9 +14,9 @@
* functions may still be available if you return an older API version
* in GetAPIVersion() in info.nut.
*
- * \b 0.8.0
+ * \b 1.0.0
*
- * 0.8.0 is not yet released. The following changes are not set in stone yet.
+ * 1.0.0 is not yet released. The following changes are not set in stone yet.
*
* API additions:
* \li AIBaseStation
@@ -82,6 +82,10 @@
* \li AIIndustryType::GetConstructionCost() now returns -1 if the industry is
* neither buildable nor prospectable.
*
+ * \b 0.7.5
+ *
+ * No changes
+ *
* \b 0.7.4
*
* No changes