From c870d0be2b3499d1da905b859f220b603fdfcec4 Mon Sep 17 00:00:00 2001 From: Thomas Niedermaier Date: Sun, 10 Nov 2024 19:42:53 +0100 Subject: [PATCH] crlf to lf --- version.php | 64 ++++++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) 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;