diff --git a/libs/Config_File.class.php b/libs/Config_File.class.php index d84e52a1..40a15c59 100644 --- a/libs/Config_File.class.php +++ b/libs/Config_File.class.php @@ -30,7 +30,7 @@ * 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. * @author Andrei Zmievski * @access public diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 338adbf2..da3c43b1 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -39,7 +39,7 @@ * @author Monte Ohrt * @author Andrei Zmievski * @package Smarty - * @version 2.5.0-RC1 + * @version 2.5.0-RC2 */ /** @@ -460,7 +460,7 @@ class Smarty * * @var string */ - var $_version = '2.5.0-RC1'; + var $_version = '2.5.0-RC2'; /** * current template inclusion depth diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index ff556ed9..451efc78 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -33,7 +33,7 @@ * @link http://www.phpinsider.com/ * @author Monte Ohrt * @author Andrei Zmievski - * @version 2.5.0-RC1 + * @version 2.5.0-RC2 * @copyright 2001,2002 ispi of Lincoln, Inc. * @package Smarty */