[CS-Project-svn_notify] SF.net SVN: cs-project:[899] trunk/1.2/lib/globalFunctions.php
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-07-21 02:18:22
|
Revision: 899 http://cs-project.svn.sourceforge.net/cs-project/?rev=899&view=rev Author: crazedsanity Date: 2008-07-21 02:17:54 +0000 (Mon, 21 Jul 2008) Log Message: ----------- Update cs-content to 0.10.12. Modified Paths: -------------- trunk/1.2/lib/globalFunctions.php Modified: trunk/1.2/lib/globalFunctions.php =================================================================== --- trunk/1.2/lib/globalFunctions.php 2008-05-20 19:03:51 UTC (rev 898) +++ trunk/1.2/lib/globalFunctions.php 2008-07-21 02:17:54 UTC (rev 899) @@ -17,9 +17,9 @@ function get_required_external_lib_versions($projectName=NULL) { //format: {className} => array({projectName} => {exactVersion}) $requirements = array( - 'contentSystem' => array('cs-content', '0.10.11'), + 'contentSystem' => array('cs-content', '0.10.12'), 'XMLParser' => array('cs-phpxml', '0.5.6'), - 'arrayToPath' => array('cs-arrayToPath', '0.2.2') + 'arrayToPath' => array('cs-arrayToPath', '0.2.2') ); if(!is_null($projectName)) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |