Update dev version number to 3.1.19-dev

This commit is contained in:
Uwe.Tews@googlemail.com
2014-04-07 19:57:42 +00:00
parent f67473f085
commit a613394887
2 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
===== trunk ===== ===== 3.1.19-dev ===== (xx.xx.2014)
===== 3.1.18 =====
===== 3.1.18 ===== (07.04.2014)
06.04.2014 06.04.2014
- bugfix template inheritance fail when using custom resource after patch of 8.3.2014 (Issue 187) - bugfix template inheritance fail when using custom resource after patch of 8.3.2014 (Issue 187)
- bugfix update of composer file (Issue 168 and 184) - bugfix update of composer file (Issue 168 and 184)

View File

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