diff --git a/libs/Config_File.class.php b/libs/Config_File.class.php index 030d12b6..d611f184 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-cvs + * @version 2.6.1-dev * @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 d144f5ed..a58e8fe9 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-cvs + * @version 2.6.1-dev */ /* $Id$ */ @@ -490,7 +490,7 @@ class Smarty * * @var string */ - var $_version = '2.6.0-cvs'; + var $_version = '2.6.1-dev'; /** * current template inclusion depth diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index a0771167..ff68eda4 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-cvs + * @version 2.6.1-dev * @copyright 2001-2003 ispi of Lincoln, Inc. * @package Smarty */