diff --git a/change_log.txt b/change_log.txt index 9e3db189..98d47458 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,8 +1,7 @@ - ===== 3.1.22-dev ===== (xx.xx.2014) ===== 3.1.21 ===== (18.10.2014) 18.10.2014 - composer moved to github - + 17.10.2014 - bugfix on $php_handling security and optimization of smarty_internal_parsetree (Thue Kristensen) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 739b39f7..48df3556 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -23,7 +23,7 @@ * @author Uwe Tews * @author Rodney Rehm * @package Smarty - * @version 3.1.22-dev + * @version 3.1.21 */ /** @@ -109,7 +109,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = 'Smarty-3.1.22-dev'; + const SMARTY_VERSION = 'Smarty-3.1.21'; /** * define variable scopes