mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
13 lines
414 B
PHP
13 lines
414 B
PHP
<?php
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
/// Code fragment to define the version of this enrolment module
|
|
/// This fragment is called by admin/index.php
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$plugin->version = 2006092200; // This module's version
|
|
|
|
$plugin->requires = 2007101000; // Requires this Moodle version
|
|
|
|
|