From 7ff6598cd2e1b1387e9d54c7b52f896b0ce2f4ac Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 14 Feb 2013 18:58:04 +0000 Subject: (svn r25001) -Change: heading for 1.4 now --- bin/game/compat_1.3.nut | 2 ++ bin/game/compat_1.4.nut | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 bin/game/compat_1.4.nut (limited to 'bin/game') diff --git a/bin/game/compat_1.3.nut b/bin/game/compat_1.3.nut index fe985b90d..656794c89 100644 --- a/bin/game/compat_1.3.nut +++ b/bin/game/compat_1.3.nut @@ -6,3 +6,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.3 API compatability in effect."); diff --git a/bin/game/compat_1.4.nut b/bin/game/compat_1.4.nut new file mode 100644 index 000000000..4703a7c36 --- /dev/null +++ b/bin/game/compat_1.4.nut @@ -0,0 +1,8 @@ +/* $Id: compat_1.3.nut 24469 2012-08-13 19:33:17Z yexo $ */ + +/* + * 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-54-g00ecf