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

[email protected] ("Monte Ohrt") Wed, 18 Jan 2006 19:02:52 -0000
Newsgroups php.smarty.cvs
Message-ID <cvsmohrt1137610972@cvsserver>
mohrt		Wed Jan 18 19:02:52 2006 UTC

  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.83&r2=1.84&diff_format=u
Index: smarty/libs/Config_File.class.php
diff -u smarty/libs/Config_File.class.php:1.83 smarty/libs/Config_File.class.php:1.84
--- smarty/libs/Config_File.class.php:1.83	Wed Dec 14 14:53:55 2005
+++ smarty/libs/Config_File.class.php	Wed Jan 18 19:02:52 2006
@@ -18,14 +18,14 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  * @link http://smarty.php.net/
- * @version 2.6.12-dev
+ * @version 2.6.13-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.83 2005/12/14 14:53:55 mohrt Exp $ */
+/* $Id: Config_File.class.php,v 1.84 2006/01/18 19:02:52 mohrt Exp $ */
 
 /**
  * Config file reading class
http://cvs.php.net/viewcvs.cgi/smarty/libs/Smarty.class.php?r1=1.523&r2=1.524&diff_format=u
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.523 smarty/libs/Smarty.class.php:1.524
--- smarty/libs/Smarty.class.php:1.523	Sat Dec 31 19:17:04 2005
+++ smarty/libs/Smarty.class.php	Wed Jan 18 19:02:52 2006
@@ -27,10 +27,10 @@
  * @author Monte Ohrt <monte at ohrt dot com>
  * @author Andrei Zmievski <[email protected]>
  * @package Smarty
- * @version 2.6.12-dev
+ * @version 2.6.13-dev
  */
 
-/* $Id: Smarty.class.php,v 1.523 2005/12/31 19:17:04 messju Exp $ */
+/* $Id: Smarty.class.php,v 1.524 2006/01/18 19:02:52 mohrt Exp $ */
 
 /**
  * DIR_SEP isn't used anymore, but third party apps might
@@ -464,7 +464,7 @@
      *
      * @var string
      */
-    var $_version              = '2.6.12-dev';
+    var $_version              = '2.6.13-dev';
 
     /**
      * current template inclusion depth
http://cvs.php.net/viewcvs.cgi/smarty/libs/Smarty_Compiler.class.php?r1=1.376&r2=1.377&diff_format=u
Index: smarty/libs/Smarty_Compiler.class.php
diff -u smarty/libs/Smarty_Compiler.class.php:1.376 smarty/libs/Smarty_Compiler.class.php:1.377
--- smarty/libs/Smarty_Compiler.class.php:1.376	Sun Jan 15 19:29:45 2006
+++ smarty/libs/Smarty_Compiler.class.php	Wed Jan 18 19:02:52 2006
@@ -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.12-dev
+ * @version 2.6.13-dev
  * @copyright 2001-2005 New Digital Group, Inc.
  * @package Smarty
  */
 
-/* $Id: Smarty_Compiler.class.php,v 1.376 2006/01/15 19:29:45 messju Exp $ */
+/* $Id: Smarty_Compiler.class.php,v 1.377 2006/01/18 19:02:52 mohrt Exp $ */
 
 /**
  * Template compiling class