From a9434092adc499c7b7bbab100cd09c5ca02e628e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 20 Nov 2017 05:49:17 +0400 Subject: Initial commit --- version.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 version.php (limited to 'version.php') diff --git a/version.php b/version.php new file mode 100644 index 0000000..3c9aacd --- /dev/null +++ b/version.php @@ -0,0 +1,31 @@ +. + +/** + * Version information. + * + * @package auth_token + * @copyright 2017 "Valentin Popov" + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined("MOODLE_INTERNAL") || die(); + +$plugin->component = "auth_token"; +$plugin->maturity = "MATURITY_ALPHA"; +$plugin->release = "0.0.0 (Build: 2015111000)"; +$plugin->requires = 2015111000; +$plugin->version = 2015111000; \ No newline at end of file -- cgit v1.2.3