diff --git a/libs/Config_File.class.php b/libs/Config_File.class.php index 8a69093f..8e0e9efd 100644 --- a/libs/Config_File.class.php +++ b/libs/Config_File.class.php @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @link http://smarty.php.net/ - * @version 2.6.2-dev + * @version 2.6.3-dev * @copyright Copyright: 2001-2004 ispi of Lincoln, Inc. * @author Andrei Zmievski * @access public diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index b525f094..717fbacf 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -27,7 +27,7 @@ * @author Monte Ohrt * @author Andrei Zmievski * @package Smarty - * @version 2.6.2-dev + * @version 2.6.3-dev */ /* $Id$ */ @@ -467,7 +467,7 @@ class Smarty * * @var string */ - var $_version = '2.6.2-dev'; + var $_version = '2.6.3-dev'; /** * current template inclusion depth diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index 5a6f3a20..c9a3d0af 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -21,7 +21,7 @@ * @link http://smarty.php.net/ * @author Monte Ohrt * @author Andrei Zmievski - * @version 2.6.2-dev + * @version 2.6.3-dev * @copyright 2001-2004 ispi of Lincoln, Inc. * @package Smarty */