updated version to 2.6.3-dev

This commit is contained in:
messju
2004-02-23 23:14:40 +00:00
parent 42160a0978
commit fff19de349
3 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* *
* @link http://smarty.php.net/ * @link http://smarty.php.net/
* @version 2.6.2-dev * @version 2.6.3-dev
* @copyright Copyright: 2001-2004 ispi of Lincoln, Inc. * @copyright Copyright: 2001-2004 ispi of Lincoln, 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@ispi.net> * @author Monte Ohrt <monte@ispi.net>
* @author Andrei Zmievski <andrei@php.net> * @author Andrei Zmievski <andrei@php.net>
* @package Smarty * @package Smarty
* @version 2.6.2-dev * @version 2.6.3-dev
*/ */
/* $Id$ */ /* $Id$ */
@@ -467,7 +467,7 @@ class Smarty
* *
* @var string * @var string
*/ */
var $_version = '2.6.2-dev'; var $_version = '2.6.3-dev';
/** /**
* current template inclusion depth * current template inclusion depth

View File

@@ -21,7 +21,7 @@
* @link http://smarty.php.net/ * @link http://smarty.php.net/
* @author Monte Ohrt <monte@ispi.net> * @author Monte Ohrt <monte@ispi.net>
* @author Andrei Zmievski <andrei@php.net> * @author Andrei Zmievski <andrei@php.net>
* @version 2.6.2-dev * @version 2.6.3-dev
* @copyright 2001-2004 ispi of Lincoln, Inc. * @copyright 2001-2004 ispi of Lincoln, Inc.
* @package Smarty * @package Smarty
*/ */