diff --git a/libs/Config_File.class.php b/libs/Config_File.class.php index 9fada11a..580757a4 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.1-dev + * @version 2.6.1 * @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 4dd7a6d5..b618b4b1 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.1-dev + * @version 2.6.1 */ /* $Id$ */ @@ -480,7 +480,7 @@ class Smarty * * @var string */ - var $_version = '2.6.1-dev-2'; + var $_version = '2.6.1'; /** * current template inclusion depth diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index 81f4944c..f1765a65 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.1-dev + * @version 2.6.1 * @copyright 2001-2003 ispi of Lincoln, Inc. * @package Smarty */