add $Rev$ to version number

This commit is contained in:
monte.ohrt
2009-10-29 13:37:10 +00:00
parent 100d72ffbe
commit 1374718163

View File

@@ -27,7 +27,7 @@
* @author Monte Ohrt <monte at ohrt dot com> * @author Monte Ohrt <monte at ohrt dot com>
* @author Uwe Tews * @author Uwe Tews
* @package Smarty * @package Smarty
* @version 3.0-beta * @version 3-SVN$Rev$
*/ */
/** /**
@@ -93,7 +93,7 @@ spl_autoload_register('smartyAutoload');
*/ */
class Smarty extends Smarty_Internal_TemplateBase { class Smarty extends Smarty_Internal_TemplateBase {
// smarty version // smarty version
public static $_version = 'Smarty3Beta-dev'; public static $_version = 'Smarty3-SVN$Rev$'
// auto literal on delimiters with whitspace // auto literal on delimiters with whitspace
public $auto_literal = true; public $auto_literal = true;
// display error on not assigned variabled // display error on not assigned variabled