[CS-Project-svn_notify] SF.net SVN: cs-project: [881] trunk/1.2/lib/globalFunctions.php
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-04-25 04:14:29
|
Revision: 881 http://cs-project.svn.sourceforge.net/cs-project/?rev=881&view=rev Author: crazedsanity Date: 2008-04-24 21:14:26 -0700 (Thu, 24 Apr 2008) Log Message: ----------- Update to use cs-content v0.10.10. Modified Paths: -------------- trunk/1.2/lib/globalFunctions.php Modified: trunk/1.2/lib/globalFunctions.php =================================================================== --- trunk/1.2/lib/globalFunctions.php 2008-04-25 03:56:55 UTC (rev 880) +++ trunk/1.2/lib/globalFunctions.php 2008-04-25 04:14:26 UTC (rev 881) @@ -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.9'), + 'contentSystem' => array('cs-content', '0.10.10'), 'XMLParser' => array('cs-phpxml', '0.5.6'), '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. |