[CS-Project-svn_notify] SF.net SVN: cs-project:[921] trunk/1.2/lib/globalFunctions.php
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-02-04 18:37:24
|
Revision: 921 http://cs-project.svn.sourceforge.net/cs-project/?rev=921&view=rev Author: crazedsanity Date: 2009-02-04 18:37:17 +0000 (Wed, 04 Feb 2009) Log Message: ----------- Updated to use CS-Content v1.0-ALPHA6 Modified Paths: -------------- trunk/1.2/lib/globalFunctions.php Modified: trunk/1.2/lib/globalFunctions.php =================================================================== --- trunk/1.2/lib/globalFunctions.php 2009-02-03 19:55:17 UTC (rev 920) +++ trunk/1.2/lib/globalFunctions.php 2009-02-04 18:37:17 UTC (rev 921) @@ -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-ALPHA4'), + 'contentSystem' => array('cs-content', '1.0.0-ALPHA6'), '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. |