From a2db07cb4673320f1dcdec8ac744461197384deb Mon Sep 17 00:00:00 2001 From: "monte.ohrt" Date: Wed, 17 Dec 2008 20:08:17 +0000 Subject: [PATCH] update version numbers in svn --- NEWS | 3 +++ libs/Config_File.class.php | 2 +- libs/Smarty.class.php | 4 ++-- libs/Smarty_Compiler.class.php | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index f3c9f380..39c5f001 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 2.6.22 (Dec 17th, 2008) +------------------------------- + - back out method chaining, bug in some versions of PCRE causes errors (mohrt) Version 2.6.21 (Dec 2nd, 2008) diff --git a/libs/Config_File.class.php b/libs/Config_File.class.php index a8c1913d..66834f07 100644 --- a/libs/Config_File.class.php +++ b/libs/Config_File.class.php @@ -22,7 +22,7 @@ * smarty-discussion-subscribe@googlegroups.com * * @link http://www.smarty.net/ - * @version 2.6.19-dev + * @version 2.6.23-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 ba14296b..a08fd654 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.21-dev + * @version 2.6.23-dev */ /* $Id$ */ @@ -464,7 +464,7 @@ class Smarty * * @var string */ - var $_version = '2.6.21-dev'; + var $_version = '2.6.23-dev'; /** * current template inclusion depth diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index ad4ed0e6..62375ffc 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -21,7 +21,7 @@ * @link http://www.smarty.net/ * @author Monte Ohrt * @author Andrei Zmievski - * @version 2.6.21-dev + * @version 2.6.23-dev * @copyright 2001-2005 New Digital Group, Inc. * @package Smarty */