From 1f2852d1da403644371310ec4503d2e23f357c59 Mon Sep 17 00:00:00 2001 From: messju Date: Tue, 6 Mar 2007 10:40:06 +0000 Subject: [PATCH] bumped version number --- 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 426f00b8..239bae0f 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.17-dev + * @version 2.6.18-dev * @copyright Copyright: 2001-2005 New Digital Group, Inc. * @author Andrei Zmievski * @access public diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 3ab5abb9..0c436032 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.17-dev + * @version 2.6.18-dev */ /* $Id$ */ @@ -464,7 +464,7 @@ class Smarty * * @var string */ - var $_version = '2.6.17-dev'; + var $_version = '2.6.18-dev'; /** * current template inclusion depth diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index 3a9b86a9..7c42cd3d 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.17-dev + * @version 2.6.18-dev * @copyright 2001-2005 New Digital Group, Inc. * @package Smarty */