From 859a09e1bb9ac243c4ed68587a47e52e62647890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=99=9A=20PH=E2=91=A6=20de=20Soria=E2=84=A2=E2=99=9B?= Date: Fri, 11 Sep 2020 21:04:15 +0930 Subject: [PATCH] Bumped phpdoc @version tag to 3.1.36 (#598) Although this could be removed, since the header comment is still there, it's good to keep the @version tag updated in order to avoid confusion for those who read it :) --- libs/Smarty.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 44589328..0d4cbeb8 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -27,7 +27,7 @@ * @author Uwe Tews * @author Rodney Rehm * @package Smarty - * @version 3.1.34-dev + * @version 3.1.36 */ /** * set SMARTY_DIR to absolute path to Smarty library files.