commit version numbers for new release

This commit is contained in:
mohrt
2005-02-03 14:41:33 +00:00
parent 2ca677a284
commit c5e1cd7185
4 changed files with 8 additions and 4 deletions

4
NEWS
View File

@@ -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

View File

@@ -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 <andrei@php.net>
* @access public

View File

@@ -27,7 +27,7 @@
* @author Monte Ohrt <monte at ohrt dot com>
* @author Andrei Zmievski <andrei@php.net>
* @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

View File

@@ -21,7 +21,7 @@
* @link http://smarty.php.net/
* @author Monte Ohrt <monte at ohrt dot com>
* @author Andrei Zmievski <andrei@php.net>
* @version 2.6.6-dev
* @version 2.6.7-dev
* @copyright 2001-2005 New Digital Group, Inc.
* @package Smarty
*/