[CS-Project-svn_notify] SF.net SVN: cs-project: [707] trunk/lib/globalFunctions.php
Brought to you by:
crazedsanity
From: <cra...@us...> - 2007-12-19 00:14:53
|
Revision: 707 http://cs-project.svn.sourceforge.net/cs-project/?rev=707&view=rev Author: crazedsanity Date: 2007-12-18 16:14:45 -0800 (Tue, 18 Dec 2007) Log Message: ----------- Update to new version of cs-content. Modified Paths: -------------- trunk/lib/globalFunctions.php Modified: trunk/lib/globalFunctions.php =================================================================== --- trunk/lib/globalFunctions.php 2007-12-19 00:01:38 UTC (rev 706) +++ trunk/lib/globalFunctions.php 2007-12-19 00:14:45 UTC (rev 707) @@ -17,7 +17,7 @@ function get_required_external_lib_versions($projectName=NULL) { //format: {className} => array({projectName} => {exactVersion}) $requirements = array( - 'contentSystem' => array('cs-content', '0.10.5'), + 'contentSystem' => array('cs-content', '0.10.6'), 'XMLParser' => array('cs-phpxml', '0.5.5'), 'arrayToPath' => array('cs-arrayToPath', '0.2.2') ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |