change version to 2.6.1-dev

This commit is contained in:
messju
2003-11-20 15:26:45 +00:00
parent 6c88c0601f
commit 66823d680d
3 changed files with 4 additions and 4 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-cvs * @version 2.6.1-dev
* @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-cvs * @version 2.6.1-dev
*/ */
/* $Id$ */ /* $Id$ */
@@ -490,7 +490,7 @@ class Smarty
* *
* @var string * @var string
*/ */
var $_version = '2.6.0-cvs'; var $_version = '2.6.1-dev';
/** /**
* 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-cvs * @version 2.6.1-dev
* @copyright 2001-2003 ispi of Lincoln, Inc. * @copyright 2001-2003 ispi of Lincoln, Inc.
* @package Smarty * @package Smarty
*/ */