cvs: smarty /libs Smarty.class.php
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1096355084@cvsserver> |
messju Tue Sep 28 03:04:44 2004 EDT
Modified files:
/smarty/libs Smarty.class.php
Log:
bumped up version number to reflect incompatibility in tempfiles of
'core' vs. 'internals'
http://cvs.php.net/diff.php/smarty/libs/Smarty.class.php?r1=1.501&r2=1.502&ty=u
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.501 smarty/libs/Smarty.class.php:1.502
--- smarty/libs/Smarty.class.php:1.501 Fri Sep 17 22:09:35 2004
+++ smarty/libs/Smarty.class.php Tue Sep 28 03:04:42 2004
@@ -30,7 +30,7 @@
* @version 2.6.6-dev
*/
-/* $Id: Smarty.class.php,v 1.501 2004/09/18 02:09:35 boots Exp $ */
+/* $Id: Smarty.class.php,v 1.502 2004/09/28 07:04:42 messju Exp $ */
/**
* DIR_SEP isn't used anymore, but third party apps might
@@ -464,7 +464,7 @@
*
* @var string
*/
- var $_version = '2.6.6-dev';
+ var $_version = '2.6.6-dev-2';
/**
* current template inclusion depth
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php