forked from blindsidenetworks-ps/moodle-mod_bigbluebuttonbn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.php
More file actions
21 lines (19 loc) · 666 Bytes
/
version.php
File metadata and controls
21 lines (19 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/**
* Version for BigBlueButtonBN Moodle Activity Module.
*
* Authors:
* Fred Dixon (ffdixon [at] blindsidenetworks [dt] com)
* Jesus Federico (jesus [at] blindsidenetworks [dt] com)
*
* @package mod_bigbluebuttonbn
* @copyright 2010-2012 Blindside Networks
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v2 or later
*/
defined('MOODLE_INTERNAL') || die;
$module->version = 2013013000;
$module->requires = 2010112400;
$module->cron = 0;
$module->component = 'mod_bigbluebuttonbn';
$module->maturity = MATURITY_BETA; // [MATURITY_STABLE | MATURITY_RC | MATURITY_BETA | MATURITY_ALPHA]
$module->release = '1.0.9';