summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2023-03-28 21:47:01 +0200
committerSimon Wisselink <s.wisselink@iwink.nl>2023-03-28 21:47:01 +0200
commitfe7817c301eddd4d1625a6f554fa5127d517912b (patch)
treeaf693d1c2e2787aeedab20848bd6605a93aef553 /libs
parent685662466f653597428966d75a661073104d713d (diff)
downloadsmarty-fe7817c301eddd4d1625a6f554fa5127d517912b.tar.gz
smarty-fe7817c301eddd4d1625a6f554fa5127d517912b.tar.bz2
smarty-fe7817c301eddd4d1625a6f554fa5127d517912b.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 5351b579..81dc6ab5 100644
--- a/libs/Smarty.class.php
+++ b/libs/Smarty.class.php
@@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/**
* smarty version
*/
- const SMARTY_VERSION = '4.3.0';
+ const SMARTY_VERSION = '4.3.1';
/**
* define variable scopes
*/