From b07e6a8169a88ad514afd54736fa09d8c89a9013 Mon Sep 17 00:00:00 2001 From: Matthias Kollenbroich Date: Thu, 3 Aug 2023 10:51:02 +0200 Subject: [PATCH] Created branch Release_v4.2 and updated version.php files --- version.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.php b/version.php index ecf00840..d2fdef16 100644 --- a/version.php +++ b/version.php @@ -24,10 +24,10 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'block_opencast'; -$plugin->release = 'development-version'; -$plugin->version = 2023051200; +$plugin->release = 'v4.2-r1'; +$plugin->version = 2023080100; $plugin->requires = 2020061500; // Requires Moodle 3.9+. -$plugin->maturity = MATURITY_ALPHA; +$plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'tool_opencast' => 2023051200 + 'tool_opencast' => 2023080100 );