[Cs-project-svn_notify] SF.net SVN: cs-project: [659] trunk/lib/globalFunctions.php
Brought to you by:
crazedsanity
From: <cra...@us...> - 2007-11-21 17:42:54
|
Revision: 659 http://cs-project.svn.sourceforge.net/cs-project/?rev=659&view=rev Author: crazedsanity Date: 2007-11-21 09:42:49 -0800 (Wed, 21 Nov 2007) Log Message: ----------- Updated to use cs-content v0.10.5 Modified Paths: -------------- trunk/lib/globalFunctions.php Modified: trunk/lib/globalFunctions.php =================================================================== --- trunk/lib/globalFunctions.php 2007-11-21 17:31:12 UTC (rev 658) +++ trunk/lib/globalFunctions.php 2007-11-21 17:42:49 UTC (rev 659) @@ -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.4'), + 'contentSystem' => array('cs-content', '0.10.5'), '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. |