From 159eb19d33dfa4e57018e2dbb8b175a92419eea6 Mon Sep 17 00:00:00 2001 From: mohrt Date: Fri, 5 Aug 2005 20:53:04 +0000 Subject: [PATCH] update version numbers --- NEWS | 3 +++ libs/Config_File.class.php | 2 +- libs/Smarty.class.php | 4 ++-- libs/Smarty_Compiler.class.php | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index ee736edb..70405aea 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 2.6.10 (Aug 5, 2005) +---------------------------- + - allow secure_dir to be a filename, not just a directory name (monte) - set debug.tpl as a secure_dir, not the entire diff --git a/libs/Config_File.class.php b/libs/Config_File.class.php index 6173d88d..387e69a5 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.10-dev + * @version 2.6.11-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 3bbbbad6..8a65e891 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.10-dev + * @version 2.6.11-dev */ /* $Id$ */ @@ -464,7 +464,7 @@ class Smarty * * @var string */ - var $_version = '2.6.10-dev'; + var $_version = '2.6.11-dev'; /** * current template inclusion depth diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index ad91fb3c..b02bac48 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.10-dev + * @version 2.6.11-dev * @copyright 2001-2005 New Digital Group, Inc. * @package Smarty */