Revision: 822
http://cs-project.svn.sourceforge.net/cs-project/?rev=822&view=rev
Author: crazedsanity
Date: 2008-02-09 13:40:48 -0800 (Sat, 09 Feb 2008)
Log Message:
-----------
Update to handle cs-content v0.10.9 and cs-phpxml v0.5.6
Modified Paths:
--------------
trunk/1.2/lib/globalFunctions.php
Modified: trunk/1.2/lib/globalFunctions.php
===================================================================
--- trunk/1.2/lib/globalFunctions.php 2008-02-09 21:30:41 UTC (rev 821)
+++ trunk/1.2/lib/globalFunctions.php 2008-02-09 21:40:48 UTC (rev 822)
@@ -17,8 +17,8 @@
function get_required_external_lib_versions($projectName=NULL) {
//format: {className} => array({projectName} => {exactVersion})
$requirements = array(
- 'contentSystem' => array('cs-content', '0.10.8'),
- 'XMLParser' => array('cs-phpxml', '0.5.5'),
+ 'contentSystem' => array('cs-content', '0.10.9'),
+ '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.
|