From d4cd72e032ff3897640c2bdc508a7f802852164f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 14 Aug 2017 14:26:10 +0400 Subject: Initial commit --- version.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 version.php (limited to 'version.php') diff --git a/version.php b/version.php new file mode 100644 index 0000000..68454d7 --- /dev/null +++ b/version.php @@ -0,0 +1,13 @@ + + * @license MIT License (https://opensource.org/licenses/MIT) + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2017081400; +$plugin->requires = 2017050500; +$plugin->component = 'auth_http'; -- cgit v1.2.3