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
(Monte)
- change backtic syntax from $`foo` to `$foo` (Monte)

2
README
View File

@@ -2,7 +2,7 @@ NAME:
Smarty - the PHP compiling template engine
VERSION: 2.5.0-RC1
VERSION: 2.5.0
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
---------

View File

@@ -30,7 +30,7 @@
* 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.
* @author Andrei Zmievski <andrei@php.net>
* @access public

View File

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

View File

@@ -33,7 +33,7 @@
* @link http://www.phpinsider.com/
* @author Monte Ohrt <monte@ispi.net>
* @author Andrei Zmievski <andrei@php.net>
* @version 2.5.0-RC2
* @version 2.5.0
* @copyright 2001,2002 ispi of Lincoln, Inc.
* @package Smarty
*/