update changelog, fix dev version number

This commit is contained in:
monte.ohrt
2011-12-01 15:34:04 +00:00
parent 678b28769d
commit 0455f90c8d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
===== trunk ===== ===== trunk =====
===== Smarty-3.1.6 =====
30.11.2011 30.11.2011
- bugfix is_cache() for individual cached subtemplates with $smarty->caching = CACHING_OFF did produce - bugfix is_cache() for individual cached subtemplates with $smarty->caching = CACHING_OFF did produce
an exception (Forum Topic 20531) an exception (Forum Topic 20531)

View File

@@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase {
/** /**
* smarty version * smarty version
*/ */
const SMARTY_VERSION = 'Smarty 3.1-DEV'; const SMARTY_VERSION = 'Smarty-3.1-DEV';
/** /**
* define variable scopes * define variable scopes