commit RC3 tags

This commit is contained in:
mohrt
2003-11-13 17:35:52 +00:00
parent 2ae14ea686
commit ab9f58841d
4 changed files with 7 additions and 4 deletions

3
NEWS
View File

@@ -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)

View File

@@ -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 <andrei@php.net>
* @access public

View File

@@ -40,7 +40,7 @@
* @author Monte Ohrt <monte@ispi.net>
* @author Andrei Zmievski <andrei@php.net>
* @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

View File

@@ -34,7 +34,7 @@
* @link http://smarty.php.net/
* @author Monte Ohrt <monte@ispi.net>
* @author Andrei Zmievski <andrei@php.net>
* @version 2.6.0-RC2-cvs
* @version 2.6.0-RC3-cvs
* @copyright 2001-2003 ispi of Lincoln, Inc.
* @package Smarty
*/