[CS-Project-svn_notify] SF.net SVN: cs-project:[939] trunk/1.2/lib/globalFunctions.php
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-02-06 20:41:37
|
Revision: 939 http://cs-project.svn.sourceforge.net/cs-project/?rev=939&view=rev Author: crazedsanity Date: 2009-02-06 20:41:33 +0000 (Fri, 06 Feb 2009) Log Message: ----------- Update to use cs-content v1.0-ALPHA7 Modified Paths: -------------- trunk/1.2/lib/globalFunctions.php Modified: trunk/1.2/lib/globalFunctions.php =================================================================== --- trunk/1.2/lib/globalFunctions.php 2009-02-06 20:23:18 UTC (rev 938) +++ trunk/1.2/lib/globalFunctions.php 2009-02-06 20:41:33 UTC (rev 939) @@ -17,7 +17,7 @@ function get_required_external_lib_versions($projectName=NULL) { //format: {className} => array({projectName} => {exactVersion}) $requirements = array( - 'contentSystem' => array('cs-content', '1.0.0-ALPHA6'), + 'contentSystem' => array('cs-content', '1.0.0-ALPHA7'), 'cs_phpxmlParser' => array('cs-phpxml', '1.0.0-ALPHA3'), 'cs_arrayToPath' => array('cs-arrayToPath', '1.0.0') ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |