committing RC2

This commit is contained in:
mohrt
2003-03-26 18:06:09 +00:00
parent 260bc2670a
commit 5529396ade
3 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@
* http://www.phpinsider.com * http://www.phpinsider.com
* *
* @link http://www.phpinsider.com * @link http://www.phpinsider.com
* @version 2.5.0-RC1 * @version 2.5.0-RC2
* @copyright Copyright: 2001,2002 ispi of Lincoln, Inc. * @copyright Copyright: 2001,2002 ispi of Lincoln, Inc.
* @author Andrei Zmievski <andrei@php.net> * @author Andrei Zmievski <andrei@php.net>
* @access public * @access public

View File

@@ -39,7 +39,7 @@
* @author Monte Ohrt <monte@ispi.net> * @author Monte Ohrt <monte@ispi.net>
* @author Andrei Zmievski <andrei@php.net> * @author Andrei Zmievski <andrei@php.net>
* @package Smarty * @package Smarty
* @version 2.5.0-RC1 * @version 2.5.0-RC2
*/ */
/** /**
@@ -460,7 +460,7 @@ class Smarty
* *
* @var string * @var string
*/ */
var $_version = '2.5.0-RC1'; var $_version = '2.5.0-RC2';
/** /**
* current template inclusion depth * current template inclusion depth

View File

@@ -33,7 +33,7 @@
* @link http://www.phpinsider.com/ * @link http://www.phpinsider.com/
* @author Monte Ohrt <monte@ispi.net> * @author Monte Ohrt <monte@ispi.net>
* @author Andrei Zmievski <andrei@php.net> * @author Andrei Zmievski <andrei@php.net>
* @version 2.5.0-RC1 * @version 2.5.0-RC2
* @copyright 2001,2002 ispi of Lincoln, Inc. * @copyright 2001,2002 ispi of Lincoln, Inc.
* @package Smarty * @package Smarty
*/ */