moodle/enrol/paypal/version.php

13 lines
414 B
PHP
Raw Normal View History

<?php
2004-08-19 09:36:20 +00:00
/////////////////////////////////////////////////////////////////////////////////
/// Code fragment to define the version of this enrolment module
/// This fragment is called by admin/index.php
/////////////////////////////////////////////////////////////////////////////////
2006-09-22 16:19:24 +00:00
$plugin->version = 2006092200; // This module's version
2004-08-19 09:36:20 +00:00
$plugin->requires = 2007101000; // Requires this Moodle version
2004-08-19 09:36:20 +00:00