MDL-22538 final switch to YUI 3.1.1 and 2.8.1

This commit is contained in:
Petr Skoda 2010-05-21 12:33:46 +00:00
parent 9b1662120f
commit c595847d11

View file

@ -44,8 +44,8 @@ global $CFG;
$CFG->libdir = $CFG->dirroot .'/lib';
// exact version of currently used yui2 and 3 library
$CFG->yui2version = '2.8.0r4';
$CFG->yui3version = '3.1.0';
$CFG->yui2version = '2.8.1';
$CFG->yui3version = '3.1.1';
// special support for highly optimised scripts that do not need libraries and DB connection
if (defined('ABORT_AFTER_CONFIG')) {