summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2021-10-13 12:04:29 +0200
committerSimon Wisselink <s.wisselink@iwink.nl>2021-10-13 12:04:29 +0200
commit7c4354e7b84c195a979bd6e8c7f6c472627a9d9c (patch)
treed89c82c7bee6f2ebd9e65ecb53c6d551f9d08605 /libs
parent770bc4aae225226dd756a71a5c2116049554a54b (diff)
downloadsmarty-7c4354e7b84c195a979bd6e8c7f6c472627a9d9c.tar.gz
smarty-7c4354e7b84c195a979bd6e8c7f6c472627a9d9c.tar.bz2
smarty-7c4354e7b84c195a979bd6e8c7f6c472627a9d9c.zip
version bump
Diffstat (limited to 'libs')
-rw-r--r--libs/Smarty.class.php2
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
*/