mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
update version numbers for 2.5.0 release
This commit is contained in:
3
NEWS
3
NEWS
@@ -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
2
README
@@ -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:
|
||||||
|
|
||||||
|
@@ -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
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user