From 1374718163676ad5afd137ecf58fce9cee877117 Mon Sep 17 00:00:00 2001 From: "monte.ohrt" Date: Thu, 29 Oct 2009 13:37:10 +0000 Subject: [PATCH] add $Rev$ to version number --- libs/Smarty.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index c9e80971..2f63067d 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -27,7 +27,7 @@ * @author Monte Ohrt * @author Uwe Tews * @package Smarty -* @version 3.0-beta +* @version 3-SVN$Rev$ */ /** @@ -93,7 +93,7 @@ spl_autoload_register('smartyAutoload'); */ class Smarty extends Smarty_Internal_TemplateBase { // smarty version - public static $_version = 'Smarty3Beta-dev'; + public static $_version = 'Smarty3-SVN$Rev$' // auto literal on delimiters with whitspace public $auto_literal = true; // display error on not assigned variabled