cvs: smarty /libs Config_File.class.php Smarty.class.php Smarty_Compiler.class.php
[email protected] ("Monte Ohrt") Thu, 08 Mar 2007 19:11:23 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvsmohrt1173381083@cvsserver> |
mohrt Thu Mar 8 19:11:23 2007 UTC
Modified files:
/smarty/libs Config_File.class.php Smarty.class.php
Smarty_Compiler.class.php
Log:
update version numbers
http://cvs.php.net/viewvc.cgi/smarty/libs/Config_File.class.php?r1=1.88&r2=1.89&diff_format=u
Index: smarty/libs/Config_File.class.php
diff -u smarty/libs/Config_File.class.php:1.88 smarty/libs/Config_File.class.php:1.89
--- smarty/libs/Config_File.class.php:1.88 Tue Mar 6 10:40:06 2007
+++ smarty/libs/Config_File.class.php Thu Mar 8 19:11:22 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.18-dev
+ * @version 2.6.19-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.88 2007/03/06 10:40:06 messju Exp $ */
+/* $Id: Config_File.class.php,v 1.89 2007/03/08 19:11:22 mohrt Exp $ */
/**
* Config file reading class
http://cvs.php.net/viewvc.cgi/smarty/libs/Smarty.class.php?r1=1.528&r2=1.529&diff_format=u
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.528 smarty/libs/Smarty.class.php:1.529
--- smarty/libs/Smarty.class.php:1.528 Tue Mar 6 10:40:06 2007
+++ smarty/libs/Smarty.class.php Thu Mar 8 19:11:22 2007
@@ -27,10 +27,10 @@
* @author Monte Ohrt <monte at ohrt dot com>
* @author Andrei Zmievski <[email protected]>
* @package Smarty
- * @version 2.6.18-dev
+ * @version 2.6.19-dev
*/
-/* $Id: Smarty.class.php,v 1.528 2007/03/06 10:40:06 messju Exp $ */
+/* $Id: Smarty.class.php,v 1.529 2007/03/08 19:11:22 mohrt Exp $ */
/**
* DIR_SEP isn't used anymore, but third party apps might
@@ -464,7 +464,7 @@
*
* @var string
*/
- var $_version = '2.6.18-dev';
+ var $_version = '2.6.19-dev';
/**
* current template inclusion depth
http://cvs.php.net/viewvc.cgi/smarty/libs/Smarty_Compiler.class.php?r1=1.395&r2=1.396&diff_format=u
Index: smarty/libs/Smarty_Compiler.class.php
diff -u smarty/libs/Smarty_Compiler.class.php:1.395 smarty/libs/Smarty_Compiler.class.php:1.396
--- smarty/libs/Smarty_Compiler.class.php:1.395 Tue Mar 6 10:40:06 2007
+++ smarty/libs/Smarty_Compiler.class.php Thu Mar 8 19:11:22 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.18-dev
+ * @version 2.6.19-dev
* @copyright 2001-2005 New Digital Group, Inc.
* @package Smarty
*/
-/* $Id: Smarty_Compiler.class.php,v 1.395 2007/03/06 10:40:06 messju Exp $ */
+/* $Id: Smarty_Compiler.class.php,v 1.396 2007/03/08 19:11:22 mohrt Exp $ */
/**
* Template compiling class