Update version number

databind
Vitaliy Filippov 2015-01-18 03:07:03 +03:00
parent 45f4e6c4f6
commit 4638b1682a
3 changed files with 6 additions and 5 deletions

View File

@ -8,8 +8,8 @@
# #
# Homepage: http://yourcmc.ru/wiki/VMX::Template # Homepage: http://yourcmc.ru/wiki/VMX::Template
# License: GNU GPLv3 or later # License: GNU GPLv3 or later
# Author: Vitaliy Filippov, 2006-2014 # Author: Vitaliy Filippov, 2006-2015
# Version: V3 (LALR), 2014-10-14 # Version: V3 (LALR), 2015-01-09
# This program is free software; you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@ -3,7 +3,8 @@
/** /**
* Homepage: http://yourcmc.ru/wiki/VMX::Template * Homepage: http://yourcmc.ru/wiki/VMX::Template
* License: GNU GPLv3 or later * 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. * This file contains the implementation of VMX::Template compiler.
* It is only used when a template is compiled in runtime. * It is only used when a template is compiled in runtime.

View File

@ -7,8 +7,8 @@
* *
* Homepage: http://yourcmc.ru/wiki/VMX::Template * Homepage: http://yourcmc.ru/wiki/VMX::Template
* License: GNU GPLv3 or later * License: GNU GPLv3 or later
* Author: Vitaliy Filippov, 2006-2013 * Author: Vitaliy Filippov, 2006-2015
* $Id$ * Version: V3 (LALR), 2015-01-17
* *
* The template engine is split into two parts: * The template engine is split into two parts:
* (1) This file - always used when running templates * (1) This file - always used when running templates