cvs: smarty /docs designers.sgml /libs Config_File.class.php Smarty.class.php Smarty_Compiler.class.php
"Monte Ohrt" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmohrt1069273589@cvsserver> |
mohrt Wed Nov 19 15:26:29 2003 EDT
Modified files:
/smarty/docs designers.sgml
/smarty/libs Config_File.class.php Smarty.class.php
Smarty_Compiler.class.php
Log:
change version numbers to 2.6.0
Index: smarty/docs/designers.sgml
diff -u smarty/docs/designers.sgml:1.85 smarty/docs/designers.sgml:1.86
--- smarty/docs/designers.sgml:1.85 Wed Nov 19 13:23:00 2003
+++ smarty/docs/designers.sgml Wed Nov 19 15:26:28 2003
@@ -5879,4 +5879,4 @@
</para>
</note>
</chapter>
- </part>
\ No newline at end of file
+ </part>
Index: smarty/libs/Config_File.class.php
diff -u smarty/libs/Config_File.class.php:1.57 smarty/libs/Config_File.class.php:1.58
--- smarty/libs/Config_File.class.php:1.57 Thu Nov 13 16:24:31 2003
+++ smarty/libs/Config_File.class.php Wed Nov 19 15:26:29 2003
@@ -24,14 +24,14 @@
* http://smarty.php.net/
*
* @link http://smarty.php.net/
- * @version 2.6.0-RC3-cvs
+ * @version 2.6.0-cvs
* @copyright Copyright: 2001-2003 ispi of Lincoln, Inc.
* @author Andrei Zmievski <[email protected]>
* @access public
* @package Smarty
*/
-/* $Id: Config_File.class.php,v 1.57 2003/11/13 21:24:31 messju Exp $ */
+/* $Id: Config_File.class.php,v 1.58 2003/11/19 20:26:29 mohrt Exp $ */
/**
* Config file reading class
* @package Smarty
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.458 smarty/libs/Smarty.class.php:1.459
--- smarty/libs/Smarty.class.php:1.458 Tue Nov 18 18:35:05 2003
+++ smarty/libs/Smarty.class.php Wed Nov 19 15:26:29 2003
@@ -40,10 +40,10 @@
* @author Monte Ohrt <[email protected]>
* @author Andrei Zmievski <[email protected]>
* @package Smarty
- * @version 2.6.0-RC3-cvs
+ * @version 2.6.0-cvs
*/
-/* $Id: Smarty.class.php,v 1.458 2003/11/18 23:35:05 messju Exp $ */
+/* $Id: Smarty.class.php,v 1.459 2003/11/19 20:26:29 mohrt Exp $ */
/**
* DIR_SEP isn't used anymore, but third party apps might
@@ -490,7 +490,7 @@
*
* @var string
*/
- var $_version = '2.6.0-RC3-cvs';
+ var $_version = '2.6.0-cvs';
/**
* current template inclusion depth
Index: smarty/libs/Smarty_Compiler.class.php
diff -u smarty/libs/Smarty_Compiler.class.php:1.296 smarty/libs/Smarty_Compiler.class.php:1.297
--- smarty/libs/Smarty_Compiler.class.php:1.296 Tue Nov 18 18:35:05 2003
+++ smarty/libs/Smarty_Compiler.class.php Wed Nov 19 15:26:29 2003
@@ -34,12 +34,12 @@
* @link http://smarty.php.net/
* @author Monte Ohrt <[email protected]>
* @author Andrei Zmievski <[email protected]>
- * @version 2.6.0-RC3-cvs
+ * @version 2.6.0-cvs
* @copyright 2001-2003 ispi of Lincoln, Inc.
* @package Smarty
*/
-/* $Id: Smarty_Compiler.class.php,v 1.296 2003/11/18 23:35:05 messju Exp $ */
+/* $Id: Smarty_Compiler.class.php,v 1.297 2003/11/19 20:26:29 mohrt Exp $ */
/**
* Template compiling class
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php