diff --git a/VMXTemplate.pm b/VMXTemplate.pm index dab2005..551c909 100644 --- a/VMXTemplate.pm +++ b/VMXTemplate.pm @@ -8,8 +8,8 @@ # # Homepage: http://yourcmc.ru/wiki/VMX::Template # License: GNU GPLv3 or later -# Author: Vitaliy Filippov, 2006-2014 -# Version: V3 (LALR), 2014-10-14 +# Author: Vitaliy Filippov, 2006-2015 +# Version: V3 (LALR), 2015-01-09 # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/template.parser.php b/template.parser.php index 8e5851b..1ee4e12 100644 --- a/template.parser.php +++ b/template.parser.php @@ -3,7 +3,8 @@ /** * Homepage: http://yourcmc.ru/wiki/VMX::Template * License: GNU GPLv3 or later - * Author: Vitaliy Filippov, 2006-2013 + * Author: Vitaliy Filippov, 2006-2015 + * Version: V3 (LALR), 2015-01-17 * * This file contains the implementation of VMX::Template compiler. * It is only used when a template is compiled in runtime. diff --git a/template.php b/template.php index 404b52a..b75dcaa 100644 --- a/template.php +++ b/template.php @@ -7,8 +7,8 @@ * * Homepage: http://yourcmc.ru/wiki/VMX::Template * License: GNU GPLv3 or later - * Author: Vitaliy Filippov, 2006-2013 - * $Id$ + * Author: Vitaliy Filippov, 2006-2015 + * Version: V3 (LALR), 2015-01-17 * * The template engine is split into two parts: * (1) This file - always used when running templates