diff options
author | Valentin Popov <info@valentineus.link> | 2017-08-14 13:26:10 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-08-14 13:26:10 +0300 |
commit | d4cd72e032ff3897640c2bdc508a7f802852164f (patch) | |
tree | 8508171814bd02f9d99b508c7714c34f7033796c /version.php | |
download | auth_http-d4cd72e032ff3897640c2bdc508a7f802852164f.tar.xz auth_http-d4cd72e032ff3897640c2bdc508a7f802852164f.zip |
Initial commit
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/version.php b/version.php new file mode 100644 index 0000000..68454d7 --- /dev/null +++ b/version.php @@ -0,0 +1,13 @@ +<?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->version = 2017081400; +$plugin->requires = 2017050500; +$plugin->component = 'auth_http'; |