summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorSimon Wisselink <wisskid@users.noreply.github.com>2022-02-06 21:34:26 +0100
committerSimon Wisselink <wisskid@users.noreply.github.com>2022-02-06 21:34:26 +0100
commit265cf4f3bc509822dcaf67cb4872c48016a43d2f (patch)
tree68b23fe3de0afae885cb6377d8eeef07f5f90d5c /libs
parent47f95ad324afc9ee07856d5b1a8bbae4171bc41f (diff)
downloadsmarty-265cf4f3bc509822dcaf67cb4872c48016a43d2f.tar.gz
smarty-265cf4f3bc509822dcaf67cb4872c48016a43d2f.tar.bz2
smarty-265cf4f3bc509822dcaf67cb4872c48016a43d2f.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 2058524e..0abbe6a7 100644
--- a/libs/Smarty.class.php
+++ b/libs/Smarty.class.php
@@ -98,7 +98,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/**
* smarty version
*/
- const SMARTY_VERSION = '4.0.4';
+ const SMARTY_VERSION = '4.1.0';
/**
* define variable scopes
*/