summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2023-07-19 12:27:34 +0200
committerSimon Wisselink <s.wisselink@iwink.nl>2023-07-19 12:27:34 +0200
commitedfd4c91daa97739ac6ea7bc6e368ebea84bcdfe (patch)
treec031edc59c3e6f800da1a0fbc191b24a5e7c973a /libs
parent4434e128c67de0578af1c32147828ae429dc3b53 (diff)
downloadsmarty-edfd4c91daa97739ac6ea7bc6e368ebea84bcdfe.tar.gz
smarty-edfd4c91daa97739ac6ea7bc6e368ebea84bcdfe.tar.bz2
smarty-edfd4c91daa97739ac6ea7bc6e368ebea84bcdfe.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 81dc6ab5..71734274 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.1';
+ const SMARTY_VERSION = '4.3.2';
/**
* define variable scopes
*/