Skip to content

Commit

Permalink
MDL-30007 standardise mnet service version files
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Nov 30, 2011
1 parent f2fecd0 commit 9ecbb6e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mnet/service/enrol/version.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
Expand All @@ -22,4 +21,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

$plugin->version = 2010071700;
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2011112900; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2011112900; // Requires this Moodle version
$plugin->component = 'mnetservice_enrol'; // Full name of the plugin (used for diagnostics)

0 comments on commit 9ecbb6e

Please sign in to comment.