diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-08-07 20:46:49 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-08-07 20:46:49 +0200 |
| commit | ed2b7f1146cfda13df1eea8a5f707a1b771b6e7e (patch) | |
| tree | 7c0167efe5d80407e8a2eca752df9701de93d9e4 | |
| parent | 0cc1577b1b56d53d21f8a57d658abd53194063f1 (diff) | |
| download | smarty-ed2b7f1146cfda13df1eea8a5f707a1b771b6e7e.tar.gz smarty-ed2b7f1146cfda13df1eea8a5f707a1b771b6e7e.tar.bz2 smarty-ed2b7f1146cfda13df1eea8a5f707a1b771b6e7e.zip | |
Release 3.1.30v3.1.30
| -rw-r--r-- | change_log.txt | 3 | ||||
| -rw-r--r-- | libs/Smarty.class.php | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/change_log.txt b/change_log.txt index cb3ef9c8..c19bf0fb 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,5 @@ - ===== 3.1.30-dev ===== (xx.xx.xx) +===== 3.1.30 ===== (07.08.2016) + 07.08.2016 - bugfix update of 04.08.2016 was incomplete diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 7d958fab..8d18450e 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -21,13 +21,13 @@ * smarty-discussion-subscribe@googlegroups.com * * @link http://www.smarty.net/ - * @copyright 2015 New Digital Group, Inc. - * @copyright 2015 Uwe Tews + * @copyright 2016 New Digital Group, Inc. + * @copyright 2016 Uwe Tews * @author Monte Ohrt <monte at ohrt dot com> * @author Uwe Tews * @author Rodney Rehm * @package Smarty - * @version 3.1.30-dev + * @version 3.1.30 */ /** @@ -121,7 +121,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = '3.1.30-dev/92'; + const SMARTY_VERSION = '3.1.30'; /** * define variable scopes |
