From ab9f58841d4c56e50ca77c26e27fd82303170461 Mon Sep 17 00:00:00 2001 From: mohrt Date: Thu, 13 Nov 2003 17:35:52 +0000 Subject: [PATCH] commit RC3 tags --- NEWS | 3 +++ libs/Config_File.class.php | 2 +- libs/Smarty.class.php | 4 ++-- libs/Smarty_Compiler.class.php | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 19e978c5..8a421eef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 2.6.0-RC3 (Nov 13, 2003) +-------------------------------- + - fix handling of $var.key inside [] (messju) - fix handling of assign inside {insert}-tags (messju) - fix handling if [...] inside triple-quotes in config-files (messju) diff --git a/libs/Config_File.class.php b/libs/Config_File.class.php index f14f70f0..a5451d5d 100644 --- a/libs/Config_File.class.php +++ b/libs/Config_File.class.php @@ -24,7 +24,7 @@ * http://smarty.php.net/ * * @link http://smarty.php.net/ - * @version 2.6.0-RC2-cvs + * @version 2.6.0-RC3-cvs * @copyright Copyright: 2001-2003 ispi of Lincoln, Inc. * @author Andrei Zmievski * @access public diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index a71c94c8..84e2cfb1 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -40,7 +40,7 @@ * @author Monte Ohrt * @author Andrei Zmievski * @package Smarty - * @version 2.6.0-RC2-cvs + * @version 2.6.0-RC3-cvs */ /* $Id$ */ @@ -490,7 +490,7 @@ class Smarty * * @var string */ - var $_version = '2.6.0-RC2-cvs'; + var $_version = '2.6.0-RC3-cvs'; /** * current template inclusion depth diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index 3f20abd6..15a6677c 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -34,7 +34,7 @@ * @link http://smarty.php.net/ * @author Monte Ohrt * @author Andrei Zmievski - * @version 2.6.0-RC2-cvs + * @version 2.6.0-RC3-cvs * @copyright 2001-2003 ispi of Lincoln, Inc. * @package Smarty */