diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2021-10-13 12:04:29 +0200 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2021-10-13 12:04:29 +0200 |
| commit | 7c4354e7b84c195a979bd6e8c7f6c472627a9d9c (patch) | |
| tree | d89c82c7bee6f2ebd9e65ecb53c6d551f9d08605 /libs | |
| parent | 770bc4aae225226dd756a71a5c2116049554a54b (diff) | |
| download | smarty-7c4354e7b84c195a979bd6e8c7f6c472627a9d9c.tar.gz smarty-7c4354e7b84c195a979bd6e8c7f6c472627a9d9c.tar.bz2 smarty-7c4354e7b84c195a979bd6e8c7f6c472627a9d9c.zip | |
version bump
Diffstat (limited to 'libs')
| -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 375bab13..daa67749 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.39'; + const SMARTY_VERSION = '3.1.40'; /** * define variable scopes */ |
