Author: solomax
Date: Fri Jul 20 07:38:37 2012
New Revision: 1363670
URL: http://svn.apache.org/viewvc?rev=1363670&view=rev
Log:
OPENMEETINGS-310 is fixed
Modified:
incubator/openmeetings/trunk/plugins/moodle_plugin/version.php
Modified: incubator/openmeetings/trunk/plugins/moodle_plugin/version.php
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/moodle_plugin/version.php?rev=1363670&r1=1363669&r2=1363670&view=diff
==============================================================================
--- incubator/openmeetings/trunk/plugins/moodle_plugin/version.php (original)
+++ incubator/openmeetings/trunk/plugins/moodle_plugin/version.php Fri Jul 20
07:38:37 2012
@@ -20,10 +20,11 @@
defined('MOODLE_INTERNAL') || die;
-$module->version = 20111019;
+$module->version = 2012070700;
+$plugin->component = 'mod_openmeetings';
$module->maturity = MATURITY_STABLE;
$module->requires = 2010112400;
-$module->release = 20111019;
+$module->release = '2.1 (Build: 1347413)';;
$module->cron = 0;
?>
\ No newline at end of file