update version numbers in svn

This commit is contained in:
monte.ohrt
2008-12-17 20:08:17 +00:00
parent 835fd9e69d
commit a2db07cb46
4 changed files with 7 additions and 4 deletions

3
NEWS
View File

@@ -1,3 +1,6 @@
Version 2.6.22 (Dec 17th, 2008)
-------------------------------
- back out method chaining, bug in some versions of PCRE causes errors (mohrt) - back out method chaining, bug in some versions of PCRE causes errors (mohrt)
Version 2.6.21 (Dec 2nd, 2008) Version 2.6.21 (Dec 2nd, 2008)

View File

@@ -22,7 +22,7 @@
* smarty-discussion-subscribe@googlegroups.com * smarty-discussion-subscribe@googlegroups.com
* *
* @link http://www.smarty.net/ * @link http://www.smarty.net/
* @version 2.6.19-dev * @version 2.6.23-dev
* @copyright Copyright: 2001-2005 New Digital Group, Inc. * @copyright Copyright: 2001-2005 New Digital Group, Inc.
* @author Andrei Zmievski <andrei@php.net> * @author Andrei Zmievski <andrei@php.net>
* @access public * @access public

View File

@@ -27,7 +27,7 @@
* @author Monte Ohrt <monte at ohrt dot com> * @author Monte Ohrt <monte at ohrt dot com>
* @author Andrei Zmievski <andrei@php.net> * @author Andrei Zmievski <andrei@php.net>
* @package Smarty * @package Smarty
* @version 2.6.21-dev * @version 2.6.23-dev
*/ */
/* $Id$ */ /* $Id$ */
@@ -464,7 +464,7 @@ class Smarty
* *
* @var string * @var string
*/ */
var $_version = '2.6.21-dev'; var $_version = '2.6.23-dev';
/** /**
* current template inclusion depth * current template inclusion depth

View File

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