diff --git a/version.php b/version.php index 80c96f3..8027390 100644 --- a/version.php +++ b/version.php @@ -1,32 +1,32 @@ -. - -/** - * Plugin version and other meta-data are defined here. - * - * @package tool_opencast - * @copyright 2024 Thomas Niedermaier - * @copyright 2018 Tobias Reischmann - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - */ - -defined('MOODLE_INTERNAL') || die(); - -$plugin->component = 'tool_opencast'; -$plugin->release = 'v4.5-rc'; -$plugin->version = 2024111100; -$plugin->requires = 2024100700; // Requires Moodle 4.5+. -$plugin->maturity = MATURITY_RC; +. + +/** + * Plugin version and other meta-data are defined here. + * + * @package tool_opencast + * @copyright 2024 Thomas Niedermaier + * @copyright 2018 Tobias Reischmann + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->component = 'tool_opencast'; +$plugin->release = 'v4.5-rc'; +$plugin->version = 2024111100; +$plugin->requires = 2024100700; // Requires Moodle 4.5+. +$plugin->maturity = MATURITY_RC;