update version numbers

This commit is contained in:
monte.ohrt
2008-08-15 21:12:56 +00:00
parent f780c7e132
commit 54a6a542dd
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
* @author Monte Ohrt <monte at ohrt dot com>
* @author Andrei Zmievski <andrei@php.net>
* @package Smarty
* @version 2.6.19-dev
* @version 2.6.21-dev
*/
/* $Id$ */
@@ -464,7 +464,7 @@ class Smarty
*
* @var string
*/
var $_version = '2.6.19-dev';
var $_version = '2.6.21-dev';
/**
* current template inclusion depth

View File

@@ -21,7 +21,7 @@
* @link http://smarty.php.net/
* @author Monte Ohrt <monte at ohrt dot com>
* @author Andrei Zmievski <andrei@php.net>
* @version 2.6.19-dev
* @version 2.6.20-dev
* @copyright 2001-2005 New Digital Group, Inc.
* @package Smarty
*/