diff options
| author | Uwe Tews <uwe.tews@googlemail.com> | 2015-05-06 00:03:26 +0200 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@googlemail.com> | 2015-05-06 00:03:26 +0200 |
| commit | d92714cc7e1567c103d4329df5bbc22080bf59c8 (patch) | |
| tree | 32d0582941a6700123f87282f2de7e2a13e80212 /libs/Smarty.class.php | |
| parent | d7ff1eec4748a9d25af68d055352d86e329c303d (diff) | |
| download | smarty-d92714cc7e1567c103d4329df5bbc22080bf59c8.tar.gz smarty-d92714cc7e1567c103d4329df5bbc22080bf59c8.tar.bz2 smarty-d92714cc7e1567c103d4329df5bbc22080bf59c8.zip | |
- optimization move <?php ?> handling from parser to new compiler module
Diffstat (limited to 'libs/Smarty.class.php')
| -rw-r--r-- | libs/Smarty.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 8c41f7ad..7b15be37 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -111,7 +111,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = '3.1.22-dev/25'; + const SMARTY_VERSION = '3.1.22-dev/26'; /** * define variable scopes |
