From 12af99a73d3e6c8b1353af438e1307d412c16aec Mon Sep 17 00:00:00 2001 From: messju Date: Thu, 17 Jun 2004 08:55:10 +0000 Subject: [PATCH] changed version-number to 2.6.4-dev --- libs/Config_File.class.php | 2 +- libs/Smarty.class.php | 4 ++-- libs/Smarty_Compiler.class.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/Config_File.class.php b/libs/Config_File.class.php index 2a6c9604..adae9796 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.3-dev + * @version 2.6.4-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 780468ec..d5fae56d 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.3-dev + * @version 2.6.4-dev */ /* $Id$ */ @@ -459,7 +459,7 @@ class Smarty * * @var string */ - var $_version = '2.6.3-dev-2'; + var $_version = '2.6.4-dev'; /** * current template inclusion depth diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index f5b28649..77939f81 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.3-dev + * @version 2.6.4-dev * @copyright 2001-2004 ispi of Lincoln, Inc. * @package Smarty */