~ubuntu-branches/ubuntu/trusty/moodle/trusty-proposed

« back to all changes in this revision

Viewing changes to question/format/blackboard_six/version.php

  • Committer: Package Import Robot
  • Author(s): Tomasz Muras
  • Date: 2012-11-15 21:50:13 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20121115215013-hmzkwz3v5hvm2a0a
Tags: 2.2.6.dfsg-1
New upstream version: 2.2.6 (Build: 20121112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
16
16
 
17
17
/**
18
 
 * Version information for the calculated question type.
 
18
 * Version information for the blackboard_six question import format.
19
19
 *
20
 
 * @package    qformat
21
 
 * @subpackage blackboard_six
 
20
 * @package    qformat_blackboard_six
22
21
 * @copyright  2011 The Open University
23
22
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
23
 */
26
25
defined('MOODLE_INTERNAL') || die();
27
26
 
28
27
$plugin->component = 'qformat_blackboard_six';
29
 
$plugin->version   = 2011102700;
 
28
$plugin->version   = 2011102701;
30
29
 
31
30
$plugin->requires  = 2011102700;
32
31