Prepare 3.1.33 release

This commit is contained in:
uwetews
2018-09-12 22:54:16 +02:00
parent 2d1905cd88
commit dd55b23121
2 changed files with 5 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
* @author Uwe Tews <uwe dot tews at gmail dot com>
* @author Rodney Rehm
* @package Smarty
* @version 3.1.33-dev
* @version 3.1.33
*/
/**
* set SMARTY_DIR to absolute path to Smarty library files.
@@ -112,7 +112,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/**
* smarty version
*/
const SMARTY_VERSION = '3.1.33-dev-12';
const SMARTY_VERSION = '3.1.33';
/**
* define variable scopes
*/