change version numbers to 2.6.0

This commit is contained in:
mohrt
2003-11-19 20:26:29 +00:00
parent e2a8863192
commit 78ff86ed9f
4 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
* http://smarty.php.net/ * http://smarty.php.net/
* *
* @link http://smarty.php.net/ * @link http://smarty.php.net/
* @version 2.6.0-RC3-cvs * @version 2.6.0-cvs
* @copyright Copyright: 2001-2003 ispi of Lincoln, Inc. * @copyright Copyright: 2001-2003 ispi of Lincoln, Inc.
* @author Andrei Zmievski <andrei@php.net> * @author Andrei Zmievski <andrei@php.net>
* @access public * @access public

View File

@@ -40,7 +40,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.0-RC3-cvs * @version 2.6.0-cvs
*/ */
/* $Id$ */ /* $Id$ */
@@ -490,7 +490,7 @@ class Smarty
* *
* @var string * @var string
*/ */
var $_version = '2.6.0-RC3-cvs'; var $_version = '2.6.0-cvs';
/** /**
* current template inclusion depth * current template inclusion depth

View File

@@ -34,7 +34,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.0-RC3-cvs * @version 2.6.0-cvs
* @copyright 2001-2003 ispi of Lincoln, Inc. * @copyright 2001-2003 ispi of Lincoln, Inc.
* @package Smarty * @package Smarty
*/ */