From 9bfa7198fdd617df4ed41086c62d3806d890573d Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 14 Mar 2021 20:47:31 +0100 Subject: Change: Heading for 1.12 now (#8862) --- bin/ai/compat_1.11.nut | 2 ++ bin/ai/compat_1.12.nut | 6 ++++++ bin/game/compat_1.11.nut | 2 ++ bin/game/compat_1.12.nut | 6 ++++++ 4 files changed, 16 insertions(+) create mode 100644 bin/ai/compat_1.12.nut create mode 100644 bin/game/compat_1.12.nut (limited to 'bin') diff --git a/bin/ai/compat_1.11.nut b/bin/ai/compat_1.11.nut index 3081fb58e..887f3f7fd 100644 --- a/bin/ai/compat_1.11.nut +++ b/bin/ai/compat_1.11.nut @@ -4,3 +4,5 @@ * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see . */ + +AILog.Info("1.11 API compatibility in effect."); diff --git a/bin/ai/compat_1.12.nut b/bin/ai/compat_1.12.nut new file mode 100644 index 000000000..3081fb58e --- /dev/null +++ b/bin/ai/compat_1.12.nut @@ -0,0 +1,6 @@ +/* + * This file is part of OpenTTD. + * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2. + * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see . + */ diff --git a/bin/game/compat_1.11.nut b/bin/game/compat_1.11.nut index 3081fb58e..fa240b5d2 100644 --- a/bin/game/compat_1.11.nut +++ b/bin/game/compat_1.11.nut @@ -4,3 +4,5 @@ * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see . */ + +GSLog.Info("1.11 API compatibility in effect."); diff --git a/bin/game/compat_1.12.nut b/bin/game/compat_1.12.nut new file mode 100644 index 000000000..3081fb58e --- /dev/null +++ b/bin/game/compat_1.12.nut @@ -0,0 +1,6 @@ +/* + * This file is part of OpenTTD. + * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2. + * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see . + */ -- cgit v1.2.3-70-g09d2