From c5e1cd7185fb944a4c3e7aab36e046d1b2ce9e73 Mon Sep 17 00:00:00 2001 From: mohrt Date: Thu, 3 Feb 2005 14:41:33 +0000 Subject: [PATCH] commit version numbers for new release --- NEWS | 4 ++++ libs/Config_File.class.php | 2 +- libs/Smarty.class.php | 4 ++-- libs/Smarty_Compiler.class.php | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index f5d3069e..a899359f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,8 @@ +Version 2.6.7 (Feb 3, 2005) +--------------------------- + - fix handling of hashed opening php-tags inside strip-blocks (messju) + - removed border tag from html_image function (monte) - change escape:url use rawurlencode() instead of urlencode() (messju) - make $smarty.const.FOO compile to "FOO", and not to "constant('foo')". this is less code and a little faster execution. note that undefined diff --git a/libs/Config_File.class.php b/libs/Config_File.class.php index 0ca2e44d..72acda14 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.6-dev + * @version 2.6.7-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 09c90363..f640aa6b 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.6-dev + * @version 2.6.7-dev */ /* $Id$ */ @@ -464,7 +464,7 @@ class Smarty * * @var string */ - var $_version = '2.6.6-dev-3'; + var $_version = '2.6.7-dev'; /** * current template inclusion depth diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index dbb13158..28fc3e6b 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.6-dev + * @version 2.6.7-dev * @copyright 2001-2005 New Digital Group, Inc. * @package Smarty */