[CS-Project-svn_notify] SF.net SVN: cs-project:[990] trunk/1.2/lib/globalFunctions.php
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-09-21 14:40:21
|
Revision: 990 http://cs-project.svn.sourceforge.net/cs-project/?rev=990&view=rev Author: crazedsanity Date: 2009-09-21 14:40:14 +0000 (Mon, 21 Sep 2009) Log Message: ----------- Update to allow cs-content v1.0-BETA1. Modified Paths: -------------- trunk/1.2/lib/globalFunctions.php Modified: trunk/1.2/lib/globalFunctions.php =================================================================== --- trunk/1.2/lib/globalFunctions.php 2009-09-21 03:28:26 UTC (rev 989) +++ trunk/1.2/lib/globalFunctions.php 2009-09-21 14:40:14 UTC (rev 990) @@ -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-ALPHA10'), + 'contentSystem' => array('cs-content', '1.0.0-BETA1'), 'cs_phpxmlParser' => array('cs-phpxml', '1.0.0-RC1') ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |