From 5383e42a1dc207f9a8cdcb90bf3f596d3c0a4ae9 Mon Sep 17 00:00:00 2001 From: mohrt Date: Fri, 16 Jan 2004 20:24:45 +0000 Subject: [PATCH] update version numbers for 2.6.1 release --- libs/Config_File.class.php | 2 +- libs/Smarty.class.php | 4 ++-- libs/Smarty_Compiler.class.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/Config_File.class.php b/libs/Config_File.class.php index 9fada11a..580757a4 100644 --- a/libs/Config_File.class.php +++ b/libs/Config_File.class.php @@ -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 * @access public diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 4dd7a6d5..b618b4b1 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -40,7 +40,7 @@ * @author Monte Ohrt * @author Andrei Zmievski * @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 diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index 81f4944c..f1765a65 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -34,7 +34,7 @@ * @link http://smarty.php.net/ * @author Monte Ohrt * @author Andrei Zmievski - * @version 2.6.1-dev + * @version 2.6.1 * @copyright 2001-2003 ispi of Lincoln, Inc. * @package Smarty */