diff options
| author | Uwe.Tews@googlemail.com <Uwe.Tews@googlemail.com> | 2014-04-07 19:57:42 +0000 |
|---|---|---|
| committer | Uwe.Tews@googlemail.com <Uwe.Tews@googlemail.com> | 2014-04-07 19:57:42 +0000 |
| commit | a613394887169fa685fd0bd539642ee7f46024b3 (patch) | |
| tree | 90d0ee812227d6887106e8534ec7224749a2b17f | |
| parent | f67473f0852ecf86e67eebe9cb6bfadac321454f (diff) | |
| download | smarty-a613394887169fa685fd0bd539642ee7f46024b3.tar.gz smarty-a613394887169fa685fd0bd539642ee7f46024b3.tar.bz2 smarty-a613394887169fa685fd0bd539642ee7f46024b3.zip | |
Update dev version number to 3.1.19-dev
| -rw-r--r-- | change_log.txt | 6 | ||||
| -rw-r--r-- | libs/Smarty.class.php | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/change_log.txt b/change_log.txt index b198e6a4..49c7f6fa 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,5 +1,7 @@ - ===== trunk ===== - ===== 3.1.18 ===== + ===== 3.1.19-dev ===== (xx.xx.2014) + + + ===== 3.1.18 ===== (07.04.2014) 06.04.2014 - 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) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 5ec25a30..93bebbee 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -113,7 +113,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = 'Smarty-3.1-DEV'; + const SMARTY_VERSION = 'Smarty-3.1.19-dev'; /** * define variable scopes |
