diff options
author | frosch <frosch@openttd.org> | 2012-07-29 16:28:54 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-07-29 16:28:54 +0000 |
commit | 77b5e7254118049bb5d7332b67a151f402ec31c9 (patch) | |
tree | a7d89a6494841d79f8ce9bacb0740c16620b6a08 /src/script/api | |
parent | 0c904336c922892b8b8161502d9c5e844559b99c (diff) | |
download | openttd-77b5e7254118049bb5d7332b67a151f402ec31c9.tar.xz |
(svn r24441) -Update: Version number to 1.3 in some more files.
Diffstat (limited to 'src/script/api')
-rw-r--r-- | src/script/api/script_info_docs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/api/script_info_docs.hpp b/src/script/api/script_info_docs.hpp index dd7673294..14c442248 100644 --- a/src/script/api/script_info_docs.hpp +++ b/src/script/api/script_info_docs.hpp @@ -168,6 +168,7 @@ public: * - "1.0" (for AI only) * - "1.1" (for AI only) * - "1.2" (for both AI and GS) + * - "1.3" (for both AI and GS) * * @return The version this Script is compatible with. */ |