update NEWS file and dev version numbers

This commit is contained in:
monte.ohrt
2009-05-14 13:18:50 +00:00
parent 4e3a04b5b3
commit 5220455ae5
4 changed files with 7 additions and 4 deletions

3
NEWS
View File

@@ -1,4 +1,7 @@
Version 2.6.23 (May 13th, 2009)
-------------------------------
- strip backticks from {math} equations (mohrt)
- make PHP super globals read-only from template (mohrt)
- throw error when template exists but not readable (mohrt)
Version 2.6.22 (Dec 17th, 2008)

View File

@@ -22,7 +22,7 @@
* smarty-discussion-subscribe@googlegroups.com
*
* @link http://www.smarty.net/
* @version 2.6.23-dev
* @version 2.6.24-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.23-dev
* @version 2.6.24-dev
*/
/* $Id$ */
@@ -465,7 +465,7 @@ class Smarty
*
* @var string
*/
var $_version = '2.6.23-dev';
var $_version = '2.6.24-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.23-dev
* @version 2.6.24-dev
* @copyright 2001-2005 New Digital Group, Inc.
* @package Smarty
*/