update version numbers for 2.5.0 release

This commit is contained in:
mohrt
2003-04-11 13:40:40 +00:00
parent e09d3070a1
commit 3cfcb5d223
6 changed files with 13 additions and 5 deletions

3
NEWS
View File

@@ -1,3 +1,6 @@
Version 2.5.0 (April 4, 2003)
-----------------------------
- fixed bug with default modifier when passing integer 0 - fixed bug with default modifier when passing integer 0
(Monte) (Monte)
- change backtic syntax from $`foo` to `$foo` (Monte) - change backtic syntax from $`foo` to `$foo` (Monte)

2
README
View File

@@ -2,7 +2,7 @@ NAME:
Smarty - the PHP compiling template engine Smarty - the PHP compiling template engine
VERSION: 2.5.0-RC1 VERSION: 2.5.0
AUTHORS: AUTHORS:

View File

@@ -1,3 +1,8 @@
2.5.0
-----
Very minor adjustments since RC2, see the NEWS file for details.
2.5.0-RC2 2.5.0-RC2
--------- ---------

View File

@@ -30,7 +30,7 @@
* http://www.phpinsider.com * http://www.phpinsider.com
* *
* @link http://www.phpinsider.com * @link http://www.phpinsider.com
* @version 2.5.0-RC2 * @version 2.5.0
* @copyright Copyright: 2001,2002 ispi of Lincoln, Inc. * @copyright Copyright: 2001,2002 ispi of Lincoln, Inc.
* @author Andrei Zmievski <andrei@php.net> * @author Andrei Zmievski <andrei@php.net>
* @access public * @access public

View File

@@ -39,7 +39,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.5.0-RC2 * @version 2.5.0
*/ */
/* $Id$ */ /* $Id$ */
@@ -462,7 +462,7 @@ class Smarty
* *
* @var string * @var string
*/ */
var $_version = '2.5.0-RC2'; var $_version = '2.5.0';
/** /**
* current template inclusion depth * current template inclusion depth

View File

@@ -33,7 +33,7 @@
* @link http://www.phpinsider.com/ * @link http://www.phpinsider.com/
* @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.5.0-RC2 * @version 2.5.0
* @copyright 2001,2002 ispi of Lincoln, Inc. * @copyright 2001,2002 ispi of Lincoln, Inc.
* @package Smarty * @package Smarty
*/ */