auth_http/version.php

16 lines
413 B
PHP
Raw Normal View History

2017-08-14 14:26:10 +04:00
<?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)';
2017-08-14 14:26:10 +04:00
$plugin->version = 2017081400;
$plugin->requires = 2016112900;
2017-08-14 14:26:10 +04:00
$plugin->component = 'auth_http';
$plugin->maturity = MATURITY_RC;