From 0455f90c8d29d059731f36d0219fd9fad9b2ab8e Mon Sep 17 00:00:00 2001 From: "monte.ohrt" Date: Thu, 1 Dec 2011 15:34:04 +0000 Subject: [PATCH] update changelog, fix dev version number --- change_log.txt | 1 + libs/Smarty.class.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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