diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index b68c0247..e2be145d 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.19-dev + * @version 2.6.21-dev */ /* $Id$ */ @@ -464,7 +464,7 @@ class Smarty * * @var string */ - var $_version = '2.6.19-dev'; + var $_version = '2.6.21-dev'; /** * current template inclusion depth diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index b7d33a1c..f80c0ebc 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.19-dev + * @version 2.6.20-dev * @copyright 2001-2005 New Digital Group, Inc. * @package Smarty */