Prepare 3.1.32-dev

This commit is contained in:
uwetews
2017-04-13 05:17:27 +02:00
parent c7d42e4a32
commit fd95365bf3
2 changed files with 7 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
===== 3.1.31 ===== (14.12.2016) ===== 3.1.32 - dev ===
===== 3.1.31 ===== (14.12.2016)
23.11.2016 23.11.2016
- move template object cache into static variables - move template object cache into static variables

View File

@@ -21,13 +21,13 @@
* smarty-discussion-subscribe@googlegroups.com * smarty-discussion-subscribe@googlegroups.com
* *
* @link http://www.smarty.net/ * @link http://www.smarty.net/
* @copyright 2016 New Digital Group, Inc. * @copyright 2017 New Digital Group, Inc.
* @copyright 2016 Uwe Tews * @copyright 2017 Uwe Tews
* @author Monte Ohrt <monte at ohrt dot com> * @author Monte Ohrt <monte at ohrt dot com>
* @author Uwe Tews * @author Uwe Tews
* @author Rodney Rehm * @author Rodney Rehm
* @package Smarty * @package Smarty
* @version 3.1.31 * @version 3.1.32-dev
*/ */
/** /**
@@ -108,7 +108,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/** /**
* smarty version * smarty version
*/ */
const SMARTY_VERSION = '3.1.31'; const SMARTY_VERSION = '3.1.32-dev';
/** /**
* define variable scopes * define variable scopes