cvs: smarty /libs Config_File.class.php Smarty.class.php Smarty_Compiler.class.php

[email protected] ("Messju Mohr") Tue, 06 Mar 2007 10:40:07 -0000
Newsgroups php.smarty.cvs
Message-ID <cvsmessju1173177607@cvsserver>
messju		Tue Mar  6 10:40:07 2007 UTC

  Modified files:              
    /smarty/libs	Config_File.class.php Smarty.class.php 
                	Smarty_Compiler.class.php 
  Log:
  bumped version number
  
http://cvs.php.net/viewvc.cgi/smarty/libs/Config_File.class.php?r1=1.87&r2=1.88&diff_format=u
Index: smarty/libs/Config_File.class.php
diff -u smarty/libs/Config_File.class.php:1.87 smarty/libs/Config_File.class.php:1.88
--- smarty/libs/Config_File.class.php:1.87	Fri Dec  1 15:40:05 2006
+++ smarty/libs/Config_File.class.php	Tue Mar  6 10:40:06 2007
@@ -18,14 +18,14 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  * @link http://smarty.php.net/
- * @version 2.6.17-dev
+ * @version 2.6.18-dev
  * @copyright Copyright: 2001-2005 New Digital Group, Inc.
  * @author Andrei Zmievski <[email protected]>
  * @access public
  * @package Smarty
  */
 
-/* $Id: Config_File.class.php,v 1.87 2006/12/01 15:40:05 mohrt Exp $ */
+/* $Id: Config_File.class.php,v 1.88 2007/03/06 10:40:06 messju Exp $ */
 
 /**
  * Config file reading class
http://cvs.php.net/viewvc.cgi/smarty/libs/Smarty.class.php?r1=1.527&r2=1.528&diff_format=u
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.527 smarty/libs/Smarty.class.php:1.528
--- smarty/libs/Smarty.class.php:1.527	Fri Dec  1 15:40:05 2006
+++ smarty/libs/Smarty.class.php	Tue Mar  6 10:40:06 2007
@@ -27,10 +27,10 @@
  * @author Monte Ohrt <monte at ohrt dot com>
  * @author Andrei Zmievski <[email protected]>
  * @package Smarty
- * @version 2.6.17-dev
+ * @version 2.6.18-dev
  */
 
-/* $Id: Smarty.class.php,v 1.527 2006/12/01 15:40:05 mohrt Exp $ */
+/* $Id: Smarty.class.php,v 1.528 2007/03/06 10:40:06 messju Exp $ */
 
 /**
  * DIR_SEP isn't used anymore, but third party apps might
@@ -464,7 +464,7 @@
      *
      * @var string
      */
-    var $_version              = '2.6.17-dev';
+    var $_version              = '2.6.18-dev';
 
     /**
      * current template inclusion depth
http://cvs.php.net/viewvc.cgi/smarty/libs/Smarty_Compiler.class.php?r1=1.394&r2=1.395&diff_format=u
Index: smarty/libs/Smarty_Compiler.class.php
diff -u smarty/libs/Smarty_Compiler.class.php:1.394 smarty/libs/Smarty_Compiler.class.php:1.395
--- smarty/libs/Smarty_Compiler.class.php:1.394	Thu Mar  1 18:18:56 2007
+++ smarty/libs/Smarty_Compiler.class.php	Tue Mar  6 10:40:06 2007
@@ -21,12 +21,12 @@
  * @link http://smarty.php.net/
  * @author Monte Ohrt <monte at ohrt dot com>
  * @author Andrei Zmievski <[email protected]>
- * @version 2.6.17-dev
+ * @version 2.6.18-dev
  * @copyright 2001-2005 New Digital Group, Inc.
  * @package Smarty
  */
 
-/* $Id: Smarty_Compiler.class.php,v 1.394 2007/03/01 18:18:56 danilo Exp $ */
+/* $Id: Smarty_Compiler.class.php,v 1.395 2007/03/06 10:40:06 messju Exp $ */
 
 /**
  * Template compiling class