aboutsummaryrefslogtreecommitdiff
path: root/version.php
blob: abd2aea354c9951b1353b86e46589ba2d49df759 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * Version information.
 * @package      auth_http
 * @copyright    "Valentin Popov" <info@valentineus.link>
 * @license      MIT License (https://opensource.org/licenses/MIT)
 */

defined('MOODLE_INTERNAL') || die();

$plugin->release   = '0.0.1 (Build: 2017081400)';
$plugin->version   = 2017081400;
$plugin->requires  = 2016112900;
$plugin->component = 'auth_http';
$plugin->maturity  = MATURITY_RC;