update version numbers for 2.6.1 release

This commit is contained in:
mohrt
2004-01-16 20:24:45 +00:00
parent 9b032e1ea4
commit 5383e42a1d
3 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -40,7 +40,7 @@
* @author Monte Ohrt <monte@ispi.net>
* @author Andrei Zmievski <andrei@php.net>
* @package Smarty
* @version 2.6.1-dev
* @version 2.6.1
*/
/* $Id$ */
@@ -480,7 +480,7 @@ class Smarty
*
* @var string
*/
var $_version = '2.6.1-dev-2';
var $_version = '2.6.1';
/**
* current template inclusion depth

View File

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