mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
3.1.22-dev
This commit is contained in:
@@ -2,10 +2,7 @@
|
||||
/**
|
||||
* Project: Smarty: the PHP compiling template engine
|
||||
* File: Smarty.class.php
|
||||
<<<<<<< HEAD
|
||||
* SVN: $Id$
|
||||
=======
|
||||
>>>>>>> trunk
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
@@ -27,11 +24,7 @@
|
||||
* @author Uwe Tews
|
||||
* @author Rodney Rehm
|
||||
* @package Smarty
|
||||
<<<<<<< HEAD
|
||||
* @version 3.1-DEV
|
||||
=======
|
||||
* @version 3.1.22-dev
|
||||
>>>>>>> trunk
|
||||
*/
|
||||
|
||||
/**
|
||||
@@ -117,11 +110,8 @@ class Smarty extends Smarty_Internal_TemplateBase
|
||||
/**
|
||||
* smarty version
|
||||
*/
|
||||
<<<<<<< HEAD
|
||||
const SMARTY_VERSION = 'Smarty-3.1.21';
|
||||
=======
|
||||
const SMARTY_VERSION = 'Smarty-3.1.22-dev/1';
|
||||
>>>>>>> trunk
|
||||
|
||||
|
||||
/**
|
||||
* define variable scopes
|
||||
|
Reference in New Issue
Block a user