update version numbers

This commit is contained in:
mohrt
2005-08-05 20:53:04 +00:00
parent b2f766ce8c
commit 159eb19d33
4 changed files with 7 additions and 4 deletions

3
NEWS
View File

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

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.10-dev
* @version 2.6.11-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.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

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.10-dev
* @version 2.6.11-dev
* @copyright 2001-2005 New Digital Group, Inc.
* @package Smarty
*/