diff --git a/change_log.txt b/change_log.txt index 12a66fcb..f23563ab 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,5 @@ ===== trunk ===== +===== Smarty-3.1.6 ===== 30.11.2011 - bugfix is_cache() for individual cached subtemplates with $smarty->caching = CACHING_OFF did produce an exception (Forum Topic 20531) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index ce753d18..4c0c19cd 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase { /** * smarty version */ - const SMARTY_VERSION = 'Smarty 3.1-DEV'; + const SMARTY_VERSION = 'Smarty-3.1-DEV'; /** * define variable scopes