From 78ff86ed9fc2573cdd93bbc0384e997fbd5d2c76 Mon Sep 17 00:00:00 2001 From: mohrt Date: Wed, 19 Nov 2003 20:26:29 +0000 Subject: [PATCH] change version numbers to 2.6.0 --- docs/designers.sgml | 2 +- libs/Config_File.class.php | 2 +- libs/Smarty.class.php | 4 ++-- libs/Smarty_Compiler.class.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/designers.sgml b/docs/designers.sgml index 2e4d47ac..0a96a145 100644 --- a/docs/designers.sgml +++ b/docs/designers.sgml @@ -5879,4 +5879,4 @@ pass=foobar - \ No newline at end of file + diff --git a/libs/Config_File.class.php b/libs/Config_File.class.php index ab37280c..030d12b6 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.0-RC3-cvs + * @version 2.6.0-cvs * @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 0c6855ec..d144f5ed 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.0-RC3-cvs + * @version 2.6.0-cvs */ /* $Id$ */ @@ -490,7 +490,7 @@ class Smarty * * @var string */ - var $_version = '2.6.0-RC3-cvs'; + var $_version = '2.6.0-cvs'; /** * current template inclusion depth diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index 14fcd1e8..a0771167 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.0-RC3-cvs + * @version 2.6.0-cvs * @copyright 2001-2003 ispi of Lincoln, Inc. * @package Smarty */