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

[email protected] ("Monte Ohrt") Wed, 14 Dec 2005 14:53:55 -0000
Newsgroups php.smarty.cvs
Message-ID <cvsmohrt1134572035@cvsserver>
mohrt		Wed Dec 14 14:53:55 2005 EDT

  Modified files:              
    /smarty/libs	Config_File.class.php Smarty.class.php 
                	Smarty_Compiler.class.php 
  Log:
  update version numbers
  
  
http://cvs.php.net/viewcvs.cgi/smarty/libs/Config_File.class.php?r1=1.82&r2=1.83&diff_format=u
Index: smarty/libs/Config_File.class.php
diff -u smarty/libs/Config_File.class.php:1.82 smarty/libs/Config_File.class.php:1.83
--- smarty/libs/Config_File.class.php:1.82	Wed Nov 23 20:36:03 2005
+++ smarty/libs/Config_File.class.php	Wed Dec 14 14:53:55 2005
@@ -18,14 +18,14 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  * @link http://smarty.php.net/
- * @version 2.6.11-dev
+ * @version 2.6.12-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.82 2005/11/23 20:36:03 boots Exp $ */
+/* $Id: Config_File.class.php,v 1.83 2005/12/14 14:53:55 mohrt Exp $ */
 
 /**
  * Config file reading class
http://cvs.php.net/viewcvs.cgi/smarty/libs/Smarty.class.php?r1=1.521&r2=1.522&diff_format=u
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.521 smarty/libs/Smarty.class.php:1.522
--- smarty/libs/Smarty.class.php:1.521	Wed Nov 23 20:36:03 2005
+++ smarty/libs/Smarty.class.php	Wed Dec 14 14:53:55 2005
@@ -27,10 +27,10 @@
  * @author Monte Ohrt <monte at ohrt dot com>
  * @author Andrei Zmievski <[email protected]>
  * @package Smarty
- * @version 2.6.11-dev
+ * @version 2.6.12-dev
  */
 
-/* $Id: Smarty.class.php,v 1.521 2005/11/23 20:36:03 boots Exp $ */
+/* $Id: Smarty.class.php,v 1.522 2005/12/14 14:53:55 mohrt Exp $ */
 
 /**
  * DIR_SEP isn't used anymore, but third party apps might
@@ -464,7 +464,7 @@
      *
      * @var string
      */
-    var $_version              = '2.6.11-dev';
+    var $_version              = '2.6.12-dev';
 
     /**
      * current template inclusion depth
http://cvs.php.net/viewcvs.cgi/smarty/libs/Smarty_Compiler.class.php?r1=1.373&r2=1.374&diff_format=u
Index: smarty/libs/Smarty_Compiler.class.php
diff -u smarty/libs/Smarty_Compiler.class.php:1.373 smarty/libs/Smarty_Compiler.class.php:1.374
--- smarty/libs/Smarty_Compiler.class.php:1.373	Tue Nov 29 12:22:54 2005
+++ smarty/libs/Smarty_Compiler.class.php	Wed Dec 14 14:53:55 2005
@@ -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.11-dev
+ * @version 2.6.12-dev
  * @copyright 2001-2005 New Digital Group, Inc.
  * @package Smarty
  */
 
-/* $Id: Smarty_Compiler.class.php,v 1.373 2005/11/29 12:22:54 messju Exp $ */
+/* $Id: Smarty_Compiler.class.php,v 1.374 2005/12/14 14:53:55 mohrt Exp $ */
 
 /**
  * Template compiling class